夜隼

RYSZ

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

<html>
<head>
<style type="text/css">
* {margin:0; padding:0; list-style:none; }
.page {width: 100%; }
.left {width:200px;  position:absolute; left:0 ;z-index:1; background-color:Red;}
.right {width:100%;  position:absolute; left:0; background-color:Black; color:White;}
.content {margin-left:210px; }

</style>
</head>
<body>
<div class="page">
<div class="left">左侧
</div>
<div class="right">
<div class="content">
右侧
</div>
</div>
</div>
</body>
</html>

posted on 2009-06-29 13:43  夜隼  阅读(796)  评论(0编辑  收藏  举报