Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/01/2010, 14:52
Quarterback
 
Fecha de Ingreso: diciembre-2009
Ubicación: Santa Marta
Mensajes: 15
Antigüedad: 14 años, 4 meses
Puntos: 1
Respuesta: Tres imagenes en Background

Hola Diegotopet, yo soy algo novato preo creo que esta seria mas o menos mi solucion, aunque no lo he probado en ningun navegador (Solo en IE):

Código CSS:
Ver original
  1. <html>
  2.  
  3. <head>
  4.  
  5. <style type="text/css">
  6.  
  7.  
  8. #fondo1 {background:url("http://elgeek.com/wp-content/uploads/2007/07/notepad.jpg") no-repeat;}
  9.  
  10. #fondo2 {background:url("http://www.webjk.co.cc/line.jpg") repeat-y;}
  11.  
  12. #fondo3 {background:url("http://doblecuaderno.files.wordpress.com/2009/10/cielo.jpg") no-repeat;}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. </style>
  19.  
  20. <title>Tres Fondos multiples</title>
  21.  
  22. </head>
  23.  
  24. <body>
  25.  
  26.  
  27.  
  28. <table><tr><td>
  29.  
  30. <div id="fondo3">
  31.   <div id="fondo2">
  32.     <div id="fondo1">
  33.  
  34.  
  35. <h1>Tu Texto o Contenido</h1><br />
  36. <h1>Tu Texto o Contenido</h1><br />
  37. <h1>Tu Texto o Contenido</h1><br />
  38. <h1>Tu Texto o Contenido</h1><br />
  39.  
  40.  
  41.     </div>
  42.   </div>
  43. </div>
  44.  
  45.  
  46.  
  47. </td></tr></table>
  48.  
  49.  
  50. </body>
  51. </html>



Saludos a todos y me cuentas si te ha servido :)