Chaps

Can someone please help me out with this, or point me in the right
direction (link or example)

I would like to make this code complient (use a DOCTYPE of some sort),
but if I do this then the code does not work as it should.

I cannot use frames, and business will not allow me to change the
structure in any way (so content must scroll in the middle, and must
remain visible because it contains a news ticker tape)

<!--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-->
<html>
<head>
<title></title>
</head>
<style>
body {margin: 0; padding: 0; background: #fff;}
#tablewrapper {height:100%; width: 100%;}
#topframe {height: 59px; background-color: #fff;}
#middleframe {margin: 0; padding: 18px 7px 18px 18px;}
#frame {height:100%;}
#bottomframe {width: 100%; height: 58px;}
</style>
<body>
<table cellpadding="0" cellspacing="0" border="1" width="100%"
height="100%" id="tablewrapper">
    <tr>
        <td colspan="2" id="topframe">top navigation</td>
    </tr>
    <tr>
        <td id="leftframe">left nav</td>
        <td id="middleframe"><iframe width="100%" id="frame"
frameborder="0" name="bodyFrame"
src="http://www.webstandards.org/";></iframe></td>
    </tr>
    <tr>
        <td colspan="2" id="bottomframe">Footer</td>
    </tr>
</table>
</body>
</html>

-- 
Regards
Jason
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to