Fri, 2010-08-20 18:33
So here's my issue. My page is divided into 3 horizontal strips:
[header]
[body]
[footer]
The header is about 200px high, the body height expands with the content and the footer is about 150px. I have the footer positioned absolute with bottom set at 0 so it'll follow the browser window height. The issue I run into is if the vertical height of the browser window is too short the footer overlaps the body. Is there a way to set the footer to follow the window but stop when it reaches the body?
Regards
