两列div 右列固定

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.sidebar{float:right;width:200px;background:#ccc;}
.main{overflow:hidden;zoom:1;background:#eee;}
</style>
</head>
<body>
<div class="wrap">
<div class="sidebar">right</div>
<div class="main">left<br />left<br /></div>
</div>
</body>
</html>

posted @ 2012-04-02 20:15  mr.coke  阅读(191)  评论(0)    收藏  举报