Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/03/2010, 16:24
Avatar de soychacal
soychacal
 
Fecha de Ingreso: marzo-2010
Mensajes: 37
Antigüedad: 14 años, 1 mes
Puntos: 0
Imagen png no se be bien en Internet explorer

No se se be bien la imagen png en internet explorer se be con un fondo blanquesino
este es el código:

Código CSS:
Ver original
  1. #logo {
  2.      position: absolute;
  3.      top: 30px;
  4.      left: 20px;
  5.      display: block;
  6.      width: 450px!important;
  7.      height: 140px!important;
  8.      cursor: pointer;
  9.      background: url(../images/img/logo.png) no-repeat!important;
  10. }

Que le puedo aumentar o modificar para que se vea bien

Gracias por la ayuda