ah ok
a me nn ripete l'imm xò cavolo non mi scorre la pagina come potrei fare??
ti faccio vedere tutto il codice

se hai bisogno di qualcosa tu kiedi
Codice:
<html>
<head>
</head>
<script language="JavaScript">
function fondo()
{
switch (screen.width)
{
case 1024:
immagine = "sfondo1024x768.gif"
break
case 1280:
if(screen.height == 960)
immagine = "sfondo1280x960.gif"
else
immagine = immagine= "sfondo1280x1024.gif"
break
default:
immagine = "sfondo1024x768.gif"
}
document.body.background = immagine
}
</script>
<body onload="fondo()">
</body>
</html>