Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/09/2007, 05:10
sauwi
 
Fecha de Ingreso: febrero-2005
Mensajes: 272
Antigüedad: 19 años, 1 mes
Puntos: 0
Re: Como dejar el fondo estatico como en esta web

Me contesto yo mismo

<SCRIPT LANGUAGE='JavaScript'>
<!--
size = window.screen.width;

if (size <= 800)
size = 800
if (size >= 1600)
size = 1600
if (size!= 800 && size!=1024 && size!=1152 && size!=1280 && size!=1440 && size!=1600)
size = 1280;
document.write ('<style>body{background-image: url(http://direccion+size+'.jpg); background-position: top; background-attachment: fixed; background-repeat: no-repeat;}</style>')
// -->
</SCRIPT>

Saludos
__________________
Barcode.es