glowhead: Little question to the scrollbars of frames.

Beitrag lesen

hi!
my english is not so good but i hope ican help you!
you have to set your three frames in a frame witch is in a highter level!

--index.htm--
<frameset rows="300,*">
<frame name="ontop" src="topdata.htm">
<frame name="bottom" src="bottomdata.htm">
</frameset>

know you set your three frames in "bottomdata.htm"!

--bottomdata.htm--
<frameset rows="300,500,*">
<frame name="up" src="nav.htm">
<frame name="middle" src="main.htm">
<frame name="down" src="whatever.htm">
</frameset>

know i think there should be a scrolbar in the frame named "bottom" in wich you find also your three frames! i hope you understand me, if not right back!
all right, good luck glowhead