ciao
ho creato u una pagina con 3 frame.
codice:
<frameset rows="200,100%,15" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu_1.html" marginheight="0" marginwidth="0" scrolling="no" noresize>
<frame name="content" src="content.html" marginheight="0" marginwidth="0" scrolling="no" noresize>
<frame name="content" src="content.html" marginheight="0" marginwidth="0" scrolling="no" noresize>
<noframes>
This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p>
</noframes>
</frameset>
E' possibile che la parte centrale resti sempre visibile al 100% della sua altezza senza che venga visualizzata la barra laterale ???
Grazie a tutti