У меня такой вопрос, почему у меня не отображаеться BODY?
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>[TITLE]</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head>
<body>
<div id="main">
<div id="wrapper">
<!-- <header> --><div id="header">
Шапка
</div>
<!-- </header> -->
<div id="sidebar"><!-- <container> -->block <!-- </container> --></div>
<div id="content">[BODY]</div>
<div class="clear"></div>
</div>
<!-- <footer> --><div id="footer">FOTTER
</div><!-- <footer> -->
</div>
</body>
</html>
CSS
Code
* {margin: 0;padding: 0; font: 11px Tahoma, Verdana, sans-serif;}
html, body {margin:0;}
.clear {clear:both;}
#main {width:100%; min-width: 1200px; min-height: 100%; height: auto !important; height: 100%;}
#header {height:50px; background:#3F8E33;}
#content {margin-right:260px; background:#EEEEEE;}
#sidebar {width: 260px; height: 100%; float:right; background: #6C706B;}
#footer {background:#D8D8D8;height:50px; min-width: 1200px;}