Wednesday 15 August 2012

html - Table not sitting at 100% height within DIV tags -


I have a table setup within a DIV tag on the following link:

html {height: 100%; }. Container {Background: Yellow; Minimum height: 100%; Width: 50%; Margin: 0 auto; }

I was wondering if I can get my table to get 100% height from that div in which it sits?

Something will be great for some help.

add height: 100% to .container And it will spread it.



No comments:

Post a Comment