Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html>
<
head>
<
title>E-commerce</title>
</
head>


<
frameset cols="20%,80%" frameborder="0" noresize="no" scrolling="no">
    <
frame src="nav.html" name="nav">
    <
frameset rows="70%,30%" noresize="yes">
        <
frame src="home.html">
        <
frame src="banner.html">
    </
frameset>
</
frameset>

<
noframes>
<
body>
<
h1>Il Browser risale a prima della guerra</h1>
</
body>
</
noframes>
</
html

dov'è che sbaglio?
l'attributo noresize quali valori accetta?
e scrolling?

su IE se ridimensione verso sinistra la colonna nav non ho problemi, se ridimensiono a destra mi blocca!