No al cierre de webs
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 <div class="marco">2  <div class="cabecera">3  <h1>Cabecera</h1>4  </div>5  <div class="cuerpo">6  <p>7  Esta es mi página web.8  </p>9  <ul>10  <li>uno</li>11  <li>dos</li>12  <li>tres</li>13  <li>...</li>14  </ul>15  <p>16  Bla bla bla bla...17  </p>18  </div>19  <div class="pie">20  &copy; Todos los derechos reservados, bla bla bla....21  </div>22 </div>23 24 <script type="text/javascript">25  function cambiarFondo() {26  var fondos = new Array (27  "url('http://www.fondospantallagratis.com/wp-content/uploads/2009/07/Playa_Cape_Panwa.jpg') center center no-repeat fixed",28  "url('http://www.kriyayoga.com/wallpapers/beaches/tropical_island_beach-dsc02196.jpg') center center no-repeat fixed",29  "url('http://www.ifondos.net/wp-content/uploads/fondosypantallas.com/wp-content/uploads/2008/04/121.jpg') center center no-repeat fixed",30  "url('http://usuarios.multimania.es/diegopescador/archivos/Paisaje%20Playa%20de%20Palma%20horizontal.JPG') center center no-repeat fixed",31  "url('http://www.tuswallpapersgratis.com/images/wallpapers/Playa_con_Paisaje_Verde-1024x768-167892.jpeg') center center no-repeat fixed"32  );33  document.body.style.background = fondos[Math.floor(Math.random()*4)];34  35  setTimeout('cambiarFondo()', 3000)36 37  }38  39  cambiarFondo();40 </script>
Enlace
El enlace para compartir es: