Ver Mensaje Individual
  #13 (permalink)  
Antiguo 22/05/2011, 20:21
Avatar de ZoroRoronoa
ZoroRoronoa
 
Fecha de Ingreso: marzo-2011
Ubicación: California, USA
Mensajes: 824
Antigüedad: 13 años, 1 mes
Puntos: 116
Respuesta: Consulta sobre hoja

Aqui te dejo un ejemplo en el cual a mi me va bien.
*el DIV ("algo") vendría siendo el contenido que se encuentra dentro del contenedor ("conte").

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="es">
  4. <head><title>Demo of Flezha Roronoa</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  6. <style type="text/css">
  7. html,body {
  8. margin:0;padding:0;border:0;
  9. height:100%;
  10. background:#00ff00;
  11. }
  12. #conte {
  13. width:70%;
  14. margin:0 auto;
  15. min-height:100%;
  16. background:#ff3443;
  17. }
  18. #algo {
  19. height:1400px;
  20. width:300px;
  21. position:relative;
  22. margin:0 auto;
  23. background:#ffffff;
  24. }
  25. </head>
  26.  
  27. <div id="conte">
  28. <div id="algo">TODO ESTO ES EL CONTENIDO ("supuestamente.")</div>
  29. </div>
  30. </body>
  31. </html>

Saludos
__________________
Programador jQuery & PHP