Ver Mensaje Individual
  #10 (permalink)  
Antiguo 22/05/2011, 19:23
matiasbmx
 
Fecha de Ingreso: febrero-2011
Mensajes: 124
Antigüedad: 15 años, 7 meses
Puntos: 4
Respuesta: Consulta sobre hoja

Cita:
Iniciado por daPhyre Ver Mensaje
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>