Hola! soy nuevo en el foro,
soy diseñador y estoy aprendiendo algo de html y css
i have a problem,
tengo las casillas de contacto con un diametro definido,
y cuando las previsualizo en firefox IE o safari, e intento escribir al ancho, no llega al final!
http://www.iunta.com/gustav/tabla.jpg
visualización
y este código tengo
<form enctype="multipart/form-data" method="post" action="contacto.php">
<table width="37%" height="286" border="0" cellspacing="0">
<tr>
<td width="100%" height="49"><input name="nombre" width="250" type="text" id="nombre" /></td>
</tr>
<tr>
<td height="45"><input type="text" name="email" width="250" id="email" /></td>
</tr>
<tr>
<td height="42"><input type="text" name="asunto" width="250" id="asunto" /></td>
</tr>
<tr>
<td rowspan="2"><textarea name="mensaje" id="mensaje" cols="25" rows="5"></textarea></td>
<tr>
</tr>
<tr>
<td><div align="left">
<input type="submit" name="botonEnviar" id="botonEnviar" value="Enviar" onclick="checkForm();"/>
</td>
</tr>
</table>
</form>
de antemano GRACIAS!