Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/11/2008, 07:55
calbart
 
Fecha de Ingreso: agosto-2008
Mensajes: 124
Antigüedad: 15 años, 7 meses
Puntos: 0
problemas con .PNG

ya se que este tema sea hablado en el foro, pero ninguna de las soluciones a podido que mi .png con transparencia funcione bien en IE5 y IE6. Así que os paso el código que utilizo en mi html, haber si por favor alguien me puede decir como se coloca el script pata que funcione, se que hay que subir el archivo .js pero no se si lo hago mal o no lo entiendo el caso es que hago todo lo que dicen y nada el .png se ve mal con tono rosa en IE... Indicar que la imagen que utilizo es como fondo de imagen el nombre es:
url(picture_library/pictures/galleries.png);

Gracias

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<LINK REL="SHORTCUT ICON" HREF="faviconhank.ico">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="hank.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
 background-image: url(picture_library/pictures/galleries.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
.Estilo1 {font-size: 1px}
-->
</style>
</head>
<body>
<div align="center"><form name="combowithtext">
  <p align="center">
  <select name="example" size="1" class="text" onChange="showtext()">
    <option value="">Galleries Hank, for your enjoyment.</option>

    <option value="hank1.html">Hank and Peewit63 at the Shore</option>
  </select>
  </p>
  <p align="center">
    <input type="button" class="text"
onClick="gothere()" value=":: ir ::">
    <br>
    <script language="JavaScript" type="text/javascript">
<!--

var shortcut=document.combowithtext
var descriptions=new Array()

shortcut.text.value=descriptions[shortcut.example.selectedIndex]
function gothere(){
location=shortcut.example.options[shortcut.example.selectedIndex].value
}
//-->
  </script>
    

</p>
</form></div>
</body>
</html> 
Mandarme este código otra vez con la modificación, gracias