20/09/2007, 05:10
|
| | Fecha de Ingreso: febrero-2005
Mensajes: 272
Antigüedad: 20 años 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 |