codice:... <HEAD> <style type="text/css"> .ON { position:absolute; top:0; left:0; width:10%; height:100%; z-index:3; padding:0; margin:0; } .OFF { display: none;} </style> </HEAD> <BODY onLoad="document.getElementById('Maschera').className='OFF'"> <DIV id="Maschera" class="ON"> contenuto durante il caricamento </DIV> ...