Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2010, 18:52
easy
 
Fecha de Ingreso: diciembre-2008
Mensajes: 454
Antigüedad: 15 años, 4 meses
Puntos: 2
transparencia PNG en IE no funciona

Amigos,

tengo un png como logo y se ve un fondo blanco en IE, vi una solucion en: http://www.twinhelix.com/css/iepngfix/ y mi codgio css es el siguiente:

Código HTML:
[CODE]
#logo {
float:left;
text-align:left;
width:152px;
height:70px;
margin:0;
}

	/* Logo Style */
	.logo a:link, .logo a:visited {
	background:url(../Images/logo_normal.png);
	float:left;
	text-align:left;
	width:152px;
	height:70px;
	margin:0;
	}
	.logo a:hover, .logo a:active {
	background:url(../Images/logo_hover.png);
	float:left;
	text-align:left;
	width:152px;
	height:70px;
	margin:0;
	}
[/CODE]
En el articulo dice que ponga el codigo css dentro de mi css debajo del body, lo puse asi pero no me funciona, me ayudan?

Código HTML:
[CODE]
img .logo {
behavior: url(../Images-Netzaj/iepngfix.htc);
}
[/CODE]
Gracias
__________________
$ayudar = 'ayudar es compartir';
echo $ayudar;