Posts tagged Formularios
Formulario basado en Css
Oct 6th

Este código es realmente sencillo y eta pensado para evitar el uso de tablas para sustituirlas con CSS y darle mejor desempeño a nuestro form
CSS:
-
<style type="text/css" media="screen"> .formu {padding:0; width:300px;overflow:hidden;} .formu label {float:left; margin-right:10px; height:3em} .formu input, .formu select, .formu textarea {border:2px solid gray; width:99%;} .ancho1 {width:90px;} .ancho2 {width:190px;} .ancho3 {width:290px;} .formu button {float:left; margin-top:1.5em;} body { background-color: #CCCCCC; } .Estilo1 {font-family: "Trebuchet MS"} </style>
HTML:




Últimos Comentarios