码迷,mamicode.com
首页 > 其他好文 > 详细

左侧固定宽度 右侧自适应

时间:2014-08-11 14:24:12      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   div   html   

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
body{padding:0px; margin:0px;}
.left{
    float:left;
    width:200px;
    border:#000 1px solid;
    }
.right{
    overflow: auto;
    border:#999 1px solid;
}    
</style>
</head>

<body>
<div>
    <div class="left">1</div>
    <div class="right">2</div>
</div>
</body>
</html>

 

左侧固定宽度 右侧自适应,布布扣,bubuko.com

左侧固定宽度 右侧自适应

标签:style   blog   http   color   io   ar   div   html   

原文地址:http://www.cnblogs.com/visi_zhangyang/p/3904386.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!