Te juro por la "gloria mi mare" que he hecho lo que me has dicho:
Tengo una carpeta con el index.htm, el iepngfix.htc, el blank.gif y el blancopng32.png. El index htm con el codigo tal cual me dijiste:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/_w_ww.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http:/_w_ww.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type" />
<title>png para IE</title>
<style type="text/css">
body {
background-color: #0000FF;
}
#uno img { position: absolute;
margin-top: 90px;
margin-left: 90px;
behavior: url(iepngfix.htc);
}
</style>
</head>
<body>
<div id="uno"><img style="width: 200px; height: 200px;"
alt="" src="blancopng32.png" /></div>
</body>
</html>
y el iepngfix:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/_w_ww.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http:/_w_ww.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type" />
<title>png para IE</title>
<style type="text/css">
body {
background-color: #0000FF;
}
#uno img { position: absolute;
margin-top: 90px;
margin-left: 90px;
behavior: url(iepngfix.htc);
}
</style>
</head>
<body>
<div id="uno"><img style="width: 200px; height: 200px;"
alt="" src="blancopng32.png" /></div>
</body>
</html>
Pero igual q siempre, ff bien, ie con fondo gris la imagen. pero ya estamos cerca, lo notoooo, no desesperéis conmigoooo