Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/11/2012, 06:51
lepe
 
Fecha de Ingreso: febrero-2008
Mensajes: 160
Antigüedad: 16 años, 8 meses
Puntos: 1
Aplicar margen solo para Firefox e Internet

Muy buenas, me estoy encontrando con un problema en el diseño. En Chrome se ve bien las imagenes insertadas con sus margenes pero luego en Firefox y en internet el margin-top lo aplica diferente, este es mi css creado


Código PHP:
.uno 
    
backgroundurl(img/uno.jpgno-repeat
    
margin: -41.5em 1.3em 0;
    
floatright;
    
height159px;
    
width411px;
}
.
uno:hover background-position-159px; }
.
dos 
    
backgroundurl(img/dos.jpgno-repeat
    
margin: -27em 1.3em 0;
    
floatright;
    
height177px;
    
width411px;
    
padding:0;
}
.
dos:hover background-position-177px; }
.
tres 
    
backgroundurl(img/tres.jpgno-repeat;
    
margin: -10.8em 1.3em 0;
    
floatright;
    
height225px;
    
width411px;
    
padding:0;
}
.
tres:hover background-position-228px


¿Alguien sabe como puedo aplicar margenes solo para explorer y firefox?

Muchas gracias