tengo el siguiente codio css
en firefox, los porcentages de los div's funcionan perfectamente
en cambio en explorer van fatal, se me posiciona ok pero van no se dimensionan las div's como quiero
alguien me puede ayudar???
muchisssimas gracias
#cabecera{background-color: #999999;
position:absolute;
height:27%;
/*height:130px;
width:100%;
top:0px;
left:0px;
}
#cuerpo{background-color: #FF0000;
position:absolute;
height:60%;
width:100%;
left:0px;
top:27%;
}
#pie{background-color: #ad2623;
position:absolute;
height:13%;
width:100%;
left:0px;
top:87%;
bottom:0px
}