Cita:
Iniciado por daPhyre Creo que lo que necesitas es un "min-height:100%".
Suerte
gracias, por tu respuesta, pero me ha quedado una barra de scroll en el contenedor(la hoja), aca el ejemplo:
http://test.elementobmx.com/nueva/index.php
los codigos son los siguientes:
contenedores.css
Código PHP:
.contenedor{
background-color: #fff;
min-height:100%;
position: absolute;
left: 27%;
top: 0%;
width: 920px;
margin-left: -130px;
overflow: auto;
}
index.php
Código PHP:
<style type="text/css">
<!--
html,body {
background-image: url(images/fondologo1.jpg);
background-attachment: fixed;
}
</style>