[thelist] table height: 100% with CSS

Minh Lee Goon evolt at goonies.info
Tue Dec 9 14:30:33 CST 2003


You can use the deprecated cousin of the width attribute, called height.
	<table height="100%">

If you have multiple rows (e.g. a header row and a content row) in your 
table, you should specify the height of the header row as well (<td 
height="200">) and the rest of the table will be 100% less 200px.

Minh Lee

> Maybe I'm having a stupid moment, but I can't see how to make a table 100%
> high in CSS.


More information about the thelist mailing list