Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/10/2007, 18:16
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 5 meses
Puntos: 890
Re: como hacer un input y textareas con esquinas redondeadas

/*Text inputs*/

.textinput, .textinputHovered {

width:236px;

height:15px;

background:url(images/input.gif) no-repeat left top;

border:none;

padding:4px 8px;

}

.textinputHovered {

background-position:left bottom;

}

el css que llama a la imagen
http://www.badboy.ro/assets/articles...ages/input.gif

aca el html que llama a la clase
<input type="text" id="textinput" name="textinput" class="textinput" maxlength="25" />

Espero se entienda ñ_ñ
__________________
Drupal Argentina