Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/01/2009, 17:02
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 5 meses
Puntos: 40
Respuesta: Problema con Fondo de Campo de Texto IE7

coloca la imagen de fondo del div que contiente al input:

Código:
.buscar{width:146px;height:20px;background: url(../images/input_15022_bg.png) no-repeat; margin-top:5px; margin-right:4px;_margin-right:0}
.cajabuscar{ border:0; width:130px; height:18px;text-indent:3px; background-color:transparent; margin-top:2px;_margin:7px 7px 0 0}
y luego:

Código HTML:
<div class="buscar">
	<input type="text" name="txtbuscar" class="cajabuscar" />
</div> 
__________________
WFC
codigo82