有帮助,望采纳。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
}
#body{
position: relative;
margin: 20px auto;
height: 350px;
width: 700px;
}
div,p{
margin: 5px;
padding: 5px;
border: 2px solid #00FFFF;
}
#section {
position: absolute;
left: 5px;
width: 65%;
height: 150px;
}
#aside{
position: absolute;
right: 5px;
width: 25%;
height: 150px;
}
#footer{
position: absolute;
width: 675px;
bottom: 0px;
height: 30px;
}
</style>
</head>
<body>
<div id="body" align="center">
Body
<div id="header">
<div id="header"></div>
<div id="nav"><div id="nav"></div></div>
</div>
<div id="section">
<div id="section"></div>
<div id="article">
<div id="article"></div>
</div>
<p><p></p></p>
<div class="footer">
<div class="footer"></div>
</div>
</div>
<div id="aside">
<div id="aside"></div>
</div>
<div id="footer">
<div id="footer"></div>
</div>
</div>
</body>
</html>
按照顺㡰把设定div还有各种css样式这些就行了