Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2012, 15:27
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 10 meses
Puntos: 269
Respuesta: Fondo extensible vertical

prueba asi luego nos cuentas: demo
Código HTML:
Ver original
  1.     <div class="contenedor"> ... test ... </div>
  2. </body>
Código CSS:
Ver original
  1. html, body{
  2.     height:100%;
  3. }
  4. body{
  5.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  6.     font-size: 14px;
  7.     background:url("trama2.jpg") 0 0 repeat;  
  8. }
  9. .contenedor{
  10.     width:1000px;
  11.     margin:0 auto;
  12.     background:url("fondoblanco.png") 0 0 repeat-y;
  13.     height:100%;
  14. }