代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>无标题页</title>
<style type="text/css">
body, html
{
width:100%;
height:100%;
}
*
{
margin:0px; padding:0px;
}
body
{
font-size:14px;
line-height:1.5;
font-family:Consolas Tahoma Verdana;
}
</style>
</head>
<body>
<div style="background-color:#eff; border-bottom:solid 1px gray; height:100px;">顶部</div>
<div style="position:absolute; top:101px; left:0px; min-height:400px; 200px; border-right:solid 2px gray; background-color:#eee;">
左部分
</div>
<div style="position:absolute; top:101px; right:0px; min-height:400px; 200px; border-left:solid 2px gray; background-color:#eee;">
右部门
</div>
<div style="margin-left:200px; margin-right:200px; padding:10px; min-height:380px;">
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
</div>
<div style="background-color:#eff; border-top:solid 1px gray; height:100px;">底部</div>
</body>
</html>