Stick Footer Issue in Safari & Chrome
Posted
by BlazeK
on Stack Overflow
See other posts from Stack Overflow
or by BlazeK
Published on 2010-01-22T05:47:32Z
Indexed on
2010/04/13
0:23 UTC
Read the original article
Hit count: 535
My sticky footer works great in all the browsers expect Safari & Chrome, particularly the work.html page itself.
http://obliqueinteractive.com/creative/work.html
I noticed when i delete this css attribute from my style sheet, the problem goes away but doesn't allow for the footer to stick anymore
html, body {height: 100%;}
Could there be other css issues that are forcing the footer to act this way?
© Stack Overflow or respective owner