搜索 |
<!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Document</title>
<style type="text/css">
html,body{width: 100%; height: 100%; padding: 0; margin: 0; }
#top,#center,#bottom{width: 100%; position: absolute; }
#top{height: 100px; background: red; top: 0; left: 0; }
#bottom{height: 100px; background: purple; bottom: 0; left: 0; }
#center{background: gray; top: 100px; bottom: 100px; overflow: hidden;}
.daohang{width: 200px;border-right: 6px solid #adbbdd; background: #dedced;height: 100%;float: left;}
.main{background: #0099cc; margin-left: 206px; height: 100%;}
</style>
</head>
<body>
<div id="top"></div>
<div id="center">
<div class="daohang">
左侧导航
</div>
<div class="main">
<IFRAME name="contentIframe" id="contentIframe" style="WIDTH: 100%; HEIGHT: 100%" src="table1.html" frameBorder="0"></IFRAME>
</div>
</div>
<div id="bottom"></div>
</body>
</html>