Quote:
Originally Posted by quantum-x
No, it works, but it works differently to how you're probably trying to use it.
height: 100% will make it the height of its element/parent element, not cause it to fill the entire page or some empty area that height="100%" in a table would, for example.
|
or do you mean that because there's nothing to fill with 'table' tag in my above statement that's the reason it doesn't fill the screen? Well, no shit. In other words it doesn't work.
I specified the body to have 0 margin = screen full of emptiness to be filled, so why doesn't the table height 100% fill it? Since body is basically the parent-tag of table, no?