M
Max Moor
Hi All,
I'm using FP2003, and I'm trying to get a web page to scroll a certain
way.
The page has thee tables/cells defined: a header across the top, a nav
bar down the left side, and a main text area. I've defined a background
image as a watermark, so it's behind all three. What I want is for only the
main text area to scroll, though, without the header and nav bar to scroll
off screen.
I added a <div> to the main area with 'overflow:auto', but it's not
quite doing what I want. First, it only seems to scroll the main area if the
mouse is over it. I'd like the main area to "have the focus" no matter where
the mouse pointer is.
Also, whever the main area is scrolled to it's limits, the whole page
begins to scroll, with the header and side nav going off screen. I really
want the main area to scroll, but the header, nav, and background image to
stay put.
Finally, if possible, I'd like all this to work without any scroll bars
having to be displayed. At least, if they have to be displayed, it would be
nice if they stay on the right edge, out of the way.
Can the behavior I want be gotten easily? (I'm obviously not an expert
at this.)
- Max
I'm using FP2003, and I'm trying to get a web page to scroll a certain
way.
The page has thee tables/cells defined: a header across the top, a nav
bar down the left side, and a main text area. I've defined a background
image as a watermark, so it's behind all three. What I want is for only the
main text area to scroll, though, without the header and nav bar to scroll
off screen.
I added a <div> to the main area with 'overflow:auto', but it's not
quite doing what I want. First, it only seems to scroll the main area if the
mouse is over it. I'd like the main area to "have the focus" no matter where
the mouse pointer is.
Also, whever the main area is scrolled to it's limits, the whole page
begins to scroll, with the header and side nav going off screen. I really
want the main area to scroll, but the header, nav, and background image to
stay put.
Finally, if possible, I'd like all this to work without any scroll bars
having to be displayed. At least, if they have to be displayed, it would be
nice if they stay on the right edge, out of the way.
Can the behavior I want be gotten easily? (I'm obviously not an expert
at this.)
- Max