Why can’t I set the table height attribute to 100%

Posted Posted by jerothe in XHTML / HTML     Comments No comments
Jul
30

A percentage for a table height seems to be depreciated because the height of the table should really be determined by the content contained within. This is also true when it comes to efficiency of code in CSS layout and design. Each div container should not have an absolute pixel height.

Post comment