Topic: Scroll area inside page (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 01-12-2003 07:43
I'm trying to get a scrollable area in the middle of the page. Static data on top, sides, and bottom; just the middle should move (up and down) as it contains dynamic data. Due to the background scheme, I would like to use something other than frames to do it. Any suggestions? If I need to explain more, let me know. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-12-2003 07:49
Sounds like the CSS property you want is overflow, set to auto (overflow:auto. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-12-2003 08:12
Thanks Slime! It works great. I'm putting tables inside of it, but it got me pointed in the right direction. |
Paranoid (IV) Inmate From: Milwaukee |
posted 01-12-2003 10:08
Be forewarned, Opera up until 6 won't support that property! This is why I've always avoided it, nice as it can be. If you must do it (there really aren't all that many reasons to), and it must be usable in Opera (which I recommend), then use an iframe instead. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-12-2003 16:10 |
Obsessive-Compulsive (I) Inmate From: chicago, IL usa |
posted 01-15-2003 11:32
you could try iframe but I'm not sure how well its supported across various browsers and platforms. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-15-2003 14:46
mwasisco: If you only want a scroller then an iframe is a bad idea - nothing shows up in older browsers. The solutions I linked to above provide a cross-browser scroller effect. If you want a cross-browser iframe effect then things do get tricky but check: |