Reputation: 515
I'm trying to implement Sticky Footers, but when I go to set the height of html, body, the surrounding asp.net form, then check in Firebug, they are clearly not expanding to 100%. Can anyone explain why these are coming up short?
My page:
http://www.craftonhills.edu/Current_Students/Student_Life/Clubs/Badminton_Club.aspx
Thank for your time.
Upvotes: 0
Views: 117
Reputation: 171
You also have to set height 100% on <div id="container" class="container_12"...>
or another suitable enclosing element.
Upvotes: 1