Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/09/2010, 10:11
TheDark03
 
Fecha de Ingreso: mayo-2010
Ubicación: Lima, Peru.
Mensajes: 176
Antigüedad: 13 años, 10 meses
Puntos: 6
Respuesta: Ayuda para estirar Background

Hola, brychan cuando veas algo que desconoces siempre esta el click derecho ver código fuente... y te da una idea de lo que han hecho y como lo han hecho para asi poder imitarlo...

te dejo un ejemplo:
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>by TheDark03</title>
  5. html {
  6. height : 100%;
  7. }
  8. body {
  9. height:100%;
  10. }
  11. img{border:none;}
  12. img.background{min-height:100%;min-width:1024px;width:100%;position:fixed;top: 0;left: 0;}
  13.        
  14. #wrapper{position:relative;width:1024px;height:1024px;border:1px solid #FF0000;margin: 0 auto;}
  15. </head>
  16.  
  17. <img class="background" src="http://kirkwhalum.com/images/rotate/bgimage6.jpg" />
  18. <div id="wrapper">
  19.  
  20. </div>
  21.  
  22. </body>
  23. </html>

mejoralo ya que no esta completo.

y Shaito revisa tu código por que creo que no funciona..

Saludos DTB