Salve, c'è qualcuno che può spiegarmi, cortesemente, perchè questo codice javascript
<script type="text/javascript">
<!--
if(screen.width==1680) document.write('<style>body{background:url(images/HomeGrunge1680x1050w.jpg) no-repeat;}<\/style>')
if(screen.width==1280) document.write('<style>body{background:url(images/HomeGrungeW1280.jpg) no-repeat;}<\/style>')
if(screen.width==1024) document.write('<style>body{background:url(images/HomeGrunge1024x768.jpg) no-repeat;}<\/style>')
if(screen.width==800) document.write('<style>body{background:url(images/HomeGrunge800x600.jpg) no-repeat;}<\/style>')
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
//-->
</script>
su gli altri browser funziona e su firefox no?
Mi sembra abbastanza stupido (considerando appunto che sono un principiante), a seconda della risoluzione video, carico uno sfondo differente.
Cosa c'è di sbagliato?
Grazie mille in anticipo.
S.