http://www.jargonnet.com/themes/v1/theme.html
Check that in Opera (7.x) and you'll understand!
and the CSS:Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>V1 Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="style.css" rel="stylesheet" /> </head> <body> <table id="main" cellpadding="0" cellspacing="0"> <tr> <th id="leftheader" colspan="3"><img src="images/layout/left-header.gif" alt="Jargonnet.com's Official Logo" width="216" height="81" /></th> <th id="rightheader"><img src="images/layout/pixel.gif" alt="." width="1" height="81" /></th> </tr> <tr> <th id="sidebar">sidebar placer</th> <th id="divider"><img src="images/layout/pixel.gif" alt="." width="24" height="1" /></th> <th id="body" colspan="2">body</th> </tr> </table> </body> </html>
Got the [html/body] CSS hack off the net, only thing that seems to make it work in Mozilla.Code:body, html { height: 100%; margin: 0px; } /* Layout */ table#main {height: 100%; width: 100%;} th#leftheader {width: 216px; height: 81px;} th#rightheader {background: url(images/layout/right-header.gif); height: 81px; width: 100%;} th#sidebar {background: #2F3138; height: 100%; width: 191px;} th#divider {height: 100%; width: 24px; background: url(images/layout/divider.gif) repeat-y;} th#body {background: #212127; height: 100%; width: 100%;} /* End Layout */
Any Ideas? I'm reletively new to CSS and XHTML








Bookmarks