Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/02/2012, 22:03
Avatar de gildus
gildus
 
Fecha de Ingreso: agosto-2003
Mensajes: 1.495
Antigüedad: 21 años, 4 meses
Puntos: 105
Respuesta: Duda con input Texto y Combobox

Un css mas simplificado:

Código CSS:
Ver original
  1. #txt-srch:focus, #txt-srch{
  2.     border: 1px ridge #b3cee1;
  3. }
  4.  
  5. #txt-srch
  6. {    
  7.     background-color: #234258;
  8. }
  9.  
  10. #txt-srch:focus
  11. {
  12.     background-color: #FFF;
  13. }

Saludos
__________________
.: Gildus :.