1. PHP / Говнокод #281

    +20

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    =----css----
    table{
    	border:0px; /* border="0" */
    	border-collapse:collapse; /* cellspacing="0" */
    	height: 100%;
    	width: 100%;
    }
    table td{
    	padding:0px; /* cellpadding="0" */
    }
    .inputMsg{
    	width: 100%;
    	color: #040253;
    	border:1px solid #096;
    }
    ----html-----
    <table><tr>
    	<td>time</td>
    	<td><input class="inputMsg" name="msg" type="text" maxlength="255"></td>
    	<td><a href="#" onclick="refreshChat(window.document.chatSend.msg.value); window.document.chatSend.msg.value='';window.document.chatSend.msg.focus(); return false;" class="inputEnter"></a></td>
    </tr></table>

    Запостил: guest, 25 Декабря 2008

    Комментарии (8) RSS

    Добавить комментарий