Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2009, 12:42
Avatar de Ronin46
Ronin46
 
Fecha de Ingreso: junio-2009
Mensajes: 398
Antigüedad: 14 años, 10 meses
Puntos: 8
Style width input text vs input submit

Hola,

Estoy tratando de que un input type="text" y un input type="submit" tengan el mismo ancho.

Para ello hago tal que así:
Código:
.Form
	{
		width:160px;
	}
Código:
A: <input class="Form" name="A" type="text">
<input class="Form" name="B" type="submit" value="B">
Pues bien, con eso hay una diferencia en el ancho.

Ahora bien, si pongo:
Código:
.Form
	{
		width:160px;
               border:0;
	}
entonces ya tiene el mismo ancho, pero... ¡lo quiero con borde!

Gracias.
__________________
http://www.controldegastos.com, acepto sugerencias para el sitio.
Repetir conmingo: "tengo que dedicar más tiempo a gozar de placer"