- Impact
- 200
I've been creating a site using CSS, and it's just full of one Div after the other. I'm using:
position: relative
...for almost everything. So far everything's where they're supposed to be, except all these Divs have somehow caused there to be a lot of vertical scrolling.
I'm so lost at this point, I'm almost inventing my own version of CSS. :red:
I don't really want to change much, but is there a way to somehow limit the scrolling? I've tried adding 'height' to the body tag, and then the wrapper but it doesn't seem to be working.
Please help.
position: relative
...for almost everything. So far everything's where they're supposed to be, except all these Divs have somehow caused there to be a lot of vertical scrolling.
I'm so lost at this point, I'm almost inventing my own version of CSS. :red:
I don't really want to change much, but is there a way to somehow limit the scrolling? I've tried adding 'height' to the body tag, and then the wrapper but it doesn't seem to be working.
Please help.






