[thelist] frameset scrolling

Mark Howells mark at mountain.ch
Thu Feb 14 08:05:00 CST 2002


> I define a frameset with several frames and framesets and
> so on, how can I define that the whole site has a scrollbar
> (not the single frames, but the whole "site", the whole
> frameset should have a scrollbar)?

You could wrap the page containing your framesets in another frameset thus:

<frameset cols="100%,*">
<frame src="pageWithFrames.html" scrolling="yes">
<frame src="hiddenFrame.html" scrolling="no">
</frameset>

Regards
Mark Howells
<http://www.mark.ac/evl>




More information about the thelist mailing list