Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/02/2009, 13:12
gustv
 
Fecha de Ingreso: febrero-2009
Mensajes: 6
Antigüedad: 15 años, 2 meses
Puntos: 0
Exclamación Ancho de celda en formulario de Contacto

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!