Hello. I am having some trouble with div styles. It's not so easy to explain what I'm after so it's probably better if you see it for yourself: http://pastehtml.com/view/1cv5wwd.html Basically I need the divisions to act in exactly the same way they do on that page but instead of the bottom div covering the top when you change the browser window size to something small I would like the top div to push down on the bottom one so that a scroll bar appears on the main window. I have tried many different variations to get the desired effect even with javascript resizing etc but it seems rather buggy. There must be a way to do this with just css. Thankyou for any help!
I believe this is what you want: http://ryanfait.com/sticky-footer/ If not, google "CSS Fixed Footer"
absolute positioning for both divs not gonna work in this case. you have to have a container div with 100% height, then have two divs in it with footer absolute positioned. this is a great example http://www.xs4all.nl/~peterned/examples/csslayout1.html