Topic: Scroll area inside page (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
![]() 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 |
![]() Sounds like the CSS property you want is overflow, set to auto (overflow:auto |
Obsessive-Compulsive (I) Inmate From: |
![]() 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 |
![]() 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 |
![]() |
Obsessive-Compulsive (I) Inmate From: chicago, IL usa |
![]() 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 |
![]() 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: |