View Single Post
Old 06-29-2005, 01:14 PM   #4 (permalink)
jinexile
 
Super Techie

Join Date: Feb 2005

Posts: 262

jinexile

Default

Frame and Frontpage... two things you should not be using to build webpages (unless you're building an intranet where things like browsers and users are controllable.)

There are plenty of ways around your problem. If you could place your scrolling content into an div with its overflow set to auto (ie. <div id="content" style="overflow:auto">Scrolling content codes here</div>) Or you could use javascript to move the navigation menu with the page.

However, if you have enough content on your page that you lose sight of the navigation menu, you should probably break up your content into multiple pages.
__________________
AMD Athlon 64 3000+ (Overclocked to 3300+)
ASUS K8V-Deluxe
1GB PC3200 DDR
2x200GB Seagate SATA RAID 0
BFG 6800GT OC w\\128MB Ram
2x 19\" Samsung 930B LCDs
jinexile is offline