Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/07/2010, 12:17
SJENERT
 
Fecha de Ingreso: julio-2009
Mensajes: 178
Antigüedad: 14 años, 9 meses
Puntos: 1
Respuesta: ¿Cómo dar margen negativo css en internet explorer?

este es el código que utilicé

Código CSS:
Ver original
  1. #envoltorio_cabecera #solapa {
  2.     background-image: url(images/solapa_superior2.png);
  3.     background-repeat: no-repeat;
  4.     background-position: right;
  5.     height: 15px;
  6.     padding: 0px;
  7.     margin-top: 0px;
  8.     margin-right: 0px;
  9.     margin-bottom: -2px;
  10.     margin-left: 0px;
  11. }