uxable
uxable

Reputation: 31

Height:100% not working despite being applied to html, body, and all wrap elements

I've been struggling with this height:100% issue for a while now. You'd think it would be rather straightforward. Just make sure all wrapper elements and html, body have height:100% but no matter what i do the containers do not extend to the bottom of the page. Not using any floats here either. I have to be missing something obvious but I've been unable to solve it so far.

Example: http://jsfiddle.net/uxable/KfjGU/14/

Upvotes: 1

Views: 370

Answers (1)

A_A
A_A

Reputation: 2368

You can remove the "height:100%" from the body and it will work as you expect it to. There is no need for that restriction.

Upvotes: 1

Related Questions