codice:
<body id="pagina" onload="setta();">
<script type="text/javascript">
<!--
function setta()
{
if screen.width="800"
{
document.getElementById("pagina").style.backgroundColor="#FFFFF" ;
}
else
{
document.getElementById("pagina").style.backgroundColor="#FFFFF" ;
}
}
-->
</script>