Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2011, 13:08
Avatar de skatomundo
skatomundo
 
Fecha de Ingreso: junio-2002
Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 7 meses
Puntos: 125
Respuesta: Problema con input type="text"

Value image Defines an image as a submit button

Lo otro es definir un CSS className tipo:
Código CSS:
Ver original
  1. .searchBox{
  2.   background-image:url('images/miimagen.gif');
  3.   background-repeat:no-repeat;
  4.   padding-left:20px;
  5. }

Saludos,