62,242
社区成员




<div style="width:400px;float:left"></div>
<div style="width:400px;float:right"></div>
<div>
<div style="float:left;width:300px;"></div>
<div style="margin-left:300px;width:auto;"></div>
<div style="clear:both"></div>
</div>
#content #LeftMenu
{
width: 300px;
clear: right;
float: left;
background-color: #FF66CC;
}
#content #Main
{
width: 724px;
clear: left;
float: right;
background-color: #00FFCC;
height: 11px;
}
<head runat="server">
<title></title>
<style type="text/css">
*{ width:100%; margin:0px auto;}
body{ width:100%; padding:0px; margin:0px auto;}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="width:1003px; height:auto">
<div style="float:left; width:400px; border:1px solid #CCC; height:20px;"></div>
<div style="float:right; width:400px; border:1px solid #CCC; height:20px;"></div></div>
</form>
</body>
</html>