Mirar tengo un problemilla con el siguiente código:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
div#top {
position: absolute;
top: 0;
width:100%;
height:50%;
background-color:#da251d;
z-index:1;
}
div#bot
{
position:absolute;
bottom:0;
width:100%;
height:50%;
background-image: url(Images/agua.gif);
z-index:2;
}
</style>
</head>
Pero es que en ie6, no se me ve bien, se me queda los divs pegados arriba y abajo de la pantalla..
¿Alguien podría decirme que puedo hacer?
Muchas gracias.