Frame problem (I think)

jonze

New Member
Hi all!
I need help :( I'm making a site and I think I need to use frames but I'm not sure.
I have a navbar, and I want the navbar to be in the top frame, and all the other to appear in the bottom.
But I want it all to scroll as one, cos right now theres a blank space beside the navbar where the scrollbar would go and then the scroll bar for the bottom frame starts a bit further down.
Is there a way to get it all to scroll as one?
Thanks :D
 

horearadu

New Member
Hi,

There's no way to scroll them both as one (only through some javascript code but that would be complicated and dirty). That's the way frames work: they display different pages (that scroll separately) on the same page.

If you want them to behave as a single page why do you use frames? Why not tables or divs? Frames are kind of obsolete anyway.

Horea Radu

http://www.extendstudio.com
 
Last edited by a moderator:
Top