is there a way to have footer beign fixed to the bottom of the screen (viewpor) without using position:fixed property? I'm asking that because on safari fixed positioning causes some troubles and I was wondering if I can do it different way.
Just in case: I want footer to stay at the bottom of the VIEWPORT (not page) even if page is scrolled down.
Thanks.