Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/04/2008, 11:47
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: Visualización erronea en IE6.

Bueno, pues no sé cómo lo estás haciendo, pero esto me funciona perfectamente como tú quieres en IE6.

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="es-es">
<head>
<title></title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<style type="text/css">
div#bot
{
position: absolute;
bottom:0;
width:100%;
height:50%;
background-image: url(Images/agua.gif);
z-index:1;
}
</style>
</head>
<body>
<div id="bot"></div>
</body>
</html>
Mikel.