Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/02/2010, 12:19
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 1 mes
Puntos: 292
Respuesta: CSS hack para diferenciar FF de Chrome?

alexk: ante todo gracias.........

La verdad es que sigue pasandome lo mismo! ahora FF toma los CSS de Chrome!

Mira:

Código:
input.boton 
{
  width:330px;   /* 338px para Chrome - como ??? */
  / width:325px;
  #width:325px;
  _width:328px;  /* IE 7 */
  
  height:30px;
}   

body:nth-of-type(1) .boton { width:338px; }
__________________
Salu2!