[thelist] table height: 100% with CSS

Rob Smith rob.smith at THERMON.com
Mon Dec 8 15:16:58 CST 2003


> Any clues?

Yup.

<html>
<head><title>CSS Table Test</title>
<style>
table {
height:100%;
}
</style>
</head>
<body>
<table border="1"><tr><td>&nbsp;</td></tr></table>
</body>
</html>

Rob


More information about the thelist mailing list