Forum Moderators: not2easy
section from XHTML
<td width="228" valign="top" align="left" class="sidenav"> <table class="sidenav" cellpadding="0" cellspacing="0" border="0">
my CSS
body{font-family:verdana;font-size:80%;margin-bottom: 0;margin-left: 0;margin-right: 0;margin-top: 0}
a:link{color:#258}
a:visited{color:#426}
a:hover{color:#f60;text-decoration:none}
.dir .breadcrumb{color:#808080}
div.hr{border-top:1px solid #c0c0c0;margin:8px 2px}
div ul{list-style-type:square;color:#638c9c}
.dir i{color:#808080;font-style:normal}
.dir table.thumb img.thumb{border:1px solid #808080}
.dir table.thumb td{vertical-align:top;color:#000}
.copyright_odp,
.copyright_odp a:link,
.copyright_odp a:visited{color:#a0a0a0}
.copyright_odp td{font-size:90%;font-family:sans-serif,Arial,Helvetica}
.copyright{font-size:80%;color:#808080}
.maintable{width : 100%;height : 100%;}
.topnav{width:100%;background-image:url(/topside.gif);}
.sidenav{margin: 0 0 0 0;width:228px;height:100%;background-image:url(/leftside.gif);min-height: 100%;padding: 0 0 0;}
.sidenavheader{background-image:url(/navtop.gif);}
<table height="100%">
........
<td height="100%">
Or, you can class your table and td and specify their settings. Just remember that height/width attributes are limited to the height/width of their parent. Or at least they're supposed to be...
with an XHTML Doctype, IE still recognises the <body> element as the root but XHTML compliant browsers correctly see the <html> element as the root ~ the inheritance trail has to trace directly back to its root.
Suzy