ciao!
ho usato un frameset per definire la mia pagina in questo modo:
<frameset cols="30%,20%,50%" row="600,600,600" FRAMEborder=NO border="0" FRAMEborder="0" framespacing="0" style="background-color:#3D3D35;">
<frame row="600,600,600" scrolling="no" name="sx" noresize="noresize" frameborder="0" marginwidth="0" marginheight="0" src="sx.php?id=<?php echo$_REQUEST['id'] ?>"/>
<frame row="600,600,600" scrolling="no" name="cn" noresize="noresize" frameborder="0" marginwidth="0" marginheight="0" src="cn.php?id=<?php echo$_REQUEST['id'] ?>"/>
<frame row="600,600,600" scrolling="no" name="dx" noresize="noresize" frameborder="0" marginwidth="0" marginheight="0" src="dx.php"/>
</frameset>
il broblema č il colore di background che con firefox 3 si vede ma con IE 6 e 7 no..
help!!!