level 3
笑我自己傻
楼主


<html>
<body> <div id="container" style="width:500px"> <div id="header" style="background-color:#FFA500;">
<h1 style="margin-bottom:0;">Main Title of Web Page</h1></div> <div id="menu" style="background-color:#FFD700;height:300px;width:100px;float:left;"></div>
<div>
<div>
<div id="content" style="background-color:#EEEEEE;height:200px;width:200px;float:left;"></div>
<div id="content" style="background-color:#cccccc;height:200px;width:200px;float:left;"></div>
</div>
<div id="footer" style="height:100px;width:400px;background-color:#06F9FF;clear:both; ">求求 !!把我移动到上面去</div>
</div>
</div>
<div id="footer" style="width:500px; background-color:#FFA500;clear:both;text-align:center;">C</div>
</body>
</html>