Ver Mensaje Individual
  #8 (permalink)  
Antiguo 13/10/2011, 07:25
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Posicionamiento de capas con CSS

prueba ahora
Cita:
html, body {

font:Arial, Helvetica, sans-serif;
font-size:30px;
color: black;
height: 100%;
/* overflow:hidden; */
margin: 0;
}

#header {

background:#000;
height: 200px;
}

#contenido {
text-align: center;
position: relative;
}


#contenido a {
position: absolute;
top: 400px;
left: 300px;
display: block;
}

#footer {

background:#000;
height: 200px;

}


<div id="header">

</div>

<div id="contenido">
<img src="imagenes/AP_GRUPO.jpg" width="1000" height="1000"/>
<a href="grupoap.html"><b> Enter WebSite </b></a>
</div>

<div id="footer">

</div>
fíjate que a la imagen le he quitado (align="middle")
en qué versión de ie te da problemas??