View Full Version : Scrolling on the main page with anchors in inline frames


Loden
05-23-2003, 08:12 PM
http://www.geocities.com/x_forbidden_fruit_x/index2.html

If you go to the above site and click on "Gundam Wing or "Harry Potter" on the left, you'll see a short list of authors appear in the inline frame in the middle of the page. I'm using page anchors to get to the author's listing, and when you click on them, the main page scroll down, too. I got rid of the scrollbar, but that just made the page scroll down with no way to get it back up. The main page isn't a frame, so I can't just say scrolling=no. Is this fixable, or do I just have to deal with it?

Stormx
05-24-2003, 08:42 PM
put into your bodytag scroll="no" So it looks like

<body scroll="no">

Loden
05-25-2003, 02:25 AM
That's one of thie things I tried originally, but it still amkes the whole screen go down when the anchors are used. Plus, because there's no scrolling there's no way to get it to go back up- so it's even worse.

Stormx
05-25-2003, 08:33 AM
Make sure that tag is on the page the iframe calls, not the page which has the iframe on it. Also put an anchor at the top of the page the iframe calls, that is a simple way of getting it to the top