jcprovideo
-
100% Expanding footer (non sticky footer)
Hey daGUY, Thanks for the reply. I was afraid I was going to have to revert to JS. The solution I am currently using works, but for some reason makes the scrollbar acts a bit strange. It fills in the blank space, but ends up adding extra space at t…
-
100% Expanding footer (non sticky footer)
I tried to separate the code so you could see what I'm talking about...Also here is a new screen. notice the scrollbar on the right. This is driving me nuts.[attachment=0]site-long.gif[/attachment] CSS html, body { height: 100%; } div.site-c…
-
100% Expanding footer (non sticky footer)
I just tried body, html { height: 100%; } and it worked, but now I have extra space on the scrollbar. Hummm