come mai il livello "problema" non si vede nonostante abbia lo z-index più alto del livello template?codice:<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div id="contenitore" style="position:relative; width:795px; height:550px; z-index:1; background-color: #000000; layer-background-color: #000000; border: 0px; margin:auto;"> <div id="cornice_left" style="position:absolute; width:5px; height:540px; z-index:2; background-color: #CC99CC; border: 0px; left: 0px; top: 5px" >[img]images/4.jpg[/img]</div> <div id="cornice_top" style="position:absolute; width:795px; height:5px; z-index:3; background-color: #CC99CC; border: 0px; left: 0px; top: 0px">[img]images/1.jpg[/img]</div> <div id="cornice_right" style="position:absolute; width:5px; height:540px; z-index:4; background-color: #CC99CC; border: 0px; left: 790px; top: 5px">[img]images/2.jpg[/img]</div> <div id="cornice_bottom" style="position:absolute; width:795px; height:5px; z-index:5; background-color: #CC99CC; border: 0px; left: 0px; top: 545px">[img]images/3.jpg[/img]</div> <div id="template" style="position:absolute; width:785px; height:200px; z-index:7; background-color: #FFFFFF; border: 0px; left: 5px; top: 5px; visibility: visible"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="785" height="200"> <param name=movie value="file.swf"> <param name=quality value=high> <embed src="swf/isoedilsnc.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="785" height="200"> </embed> </object></div> <div id="problema" style="position:absolute; width:270px; height:115px; z-index:8; left: 5px; top: 90px; background-color: #00CC00; layer-background-color: #00CC00; border: 0px">bujbubuibiuiu</div> </div> </body> </html>