- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 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.12.2008 18:17 # 0
{
display:block;
background:url("design/enter_on.gif");
width:40px;
height:20px;
}
.inputEnter:hover
{
background:url("design/enter_off.gif");
}
guest8 11.09.2019 22:47 # −999
guest 25.12.2008 18:24 # 0
<form method="post" action="target.php">
<fieldset>
<legend>Форма отправки кого то куда то</legend>
<label for="msg">time</label>
<input id="msg" class="inputMsg" name="msg" type="text" maxlength="255">
<a href="#" id="submit_button" class="inputEnter">Ну нажмите же меня!</a>
</fieldset>
</form>
guest8 11.09.2019 22:46 # −999
guest 25.12.2008 20:16 # 0
не говно :)
кого-нибудь научит, что
table->border = table::border
table->border-collapse = table::cellspacing
table->td->padding = table::cellpadding
guest8 11.09.2019 22:46 # −999
guest 26.12.2008 09:44 # 0
guest8 11.09.2019 22:44 # −999