ho un frame diviso in tre parti
intestazione (in alto con il logo)
sommario (a sinistra, il menu)
home (parte centrale contenuto della pagina)
questo il codice :
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>
<frameset rows="100,*" framespacing="0" border="0" frameborder="0">
<frame name="intestazione" scrolling="no" noresize target="intestazione" src="testa.htm" marginwidth="0" marginheight="0">
<frameset cols="150,*">
<frame name="sommario" target="principale" src="sommario.htm" marginwidth="0" marginheight="0" scrolling="no" noresize>
<frame name="principale" src="home.htm" marginwidth="0" marginheight="0" scrolling="auto" noresize target="_self">
</frameset>
<noframes>
<body MARGINHEIGHT="0" MARGINWIDTH="0">
</body>
</noframes>
</html>
problema (grosso problema) :
va con mozilla e netscape 6
ma con explorer 6.0 no !!!
Come faccio ? Dove ho sbagliato ?
Mi date un aiuto per favore ?
:master: