scrolling div
- Started
- Last post
- 4 Responses
- ukit
Is it possible to create a scrolling div that is 100% in height? I can create one that is a fixed height, but when set to 100% it doesn't seem to work.
- ukit0
Thanks Version3. If you had to design a site with a scalable, scrolling main content area, what would be the best approach. Frames, iframes, or scrollable div?
- version30
im divided over this question
iframes/frames are super easy to get up and running in every browser.
divs are (imo) the only professional way to go especially for a multi user site where editability should be very easy and downtime minimal.
you will rack you brain over the bugs/problems/browsers you run into for a week but you will sleep soundly & proudly once you finish
I still have problems with scrolling divs myself
One that works perfect another that is buggy in safari and I wrote them both
in conclusion:
divs, go with divs, it is the code of today and it's lightweight, be ready to focus and test and you'll be golden
- ukit0
OK...thanks. Do you have any good code samples I can look at? It seems easy when you are dealing with one a small area, but when I try to scroll an entire part of the page all kinds of problems arise. Thanx for the help.