Ver Mensaje Individual
  #8 (permalink)  
Antiguo 23/07/2010, 17:29
Avatar de ClubIce
ClubIce
 
Fecha de Ingreso: diciembre-2008
Mensajes: 216
Antigüedad: 15 años, 4 meses
Puntos: 2
Respuesta: Imagen antes de todo

Código HTML:
Ver original
  1.  <HEAD>
  2.   <STYLE>#overLayer {
  3.   width:100%;
  4.   height:100%;
  5.   position:absolute;
  6.   left:0,
  7.   top:0
  8. }
  9. BODY {overflow:hidden}</STYLE>
  10. window.onload = function {
  11.   document.getElementById('overLayer').style.display="none"
  12.   document.body.style.overflow="auto"
  13. }</SCRIPT>
  14. <DIV ID="overLayer">AQUI LA IMAGEN</DIV>
  15. </HEAD>
  16. .......luego el resto del HTML.......