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

简单的布局

时间:2014-08-25 19:04:54      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   io   strong   ar   div   cti   html   

<!DOCTYPE html>
<html>


<head>
<meta charset="utf-8"/>
<title> 左右浮动</title>
<style type="text/css">
  #nav{height:30px;border:1px solid red;}
  #content{border:1px solid black;}
  #footer{position:absolute;bottom:0px;height: 20px;border:1px solid red;width: 100%;}
</style>
</head>
<body>

<div id="nav">sdfs</div>

<div id="content">
  <div style="border:1px solid red;float:left;width:300px;height:300px;">sdfsd</div>
  <div style="border:1px solid red;float:right;width:400px;height:300px;">sdfs</div>
  <span style="clear:both"></span>
</div>

<div id="footer">sdflksdjflskdjflksdjflskdjflksjdlfjsldkfjld</div>


</body>
</html>

 

样式:

 bubuko.com,布布扣

简单的布局

标签:style   color   os   io   strong   ar   div   cti   html   

原文地址:http://www.cnblogs.com/123qw/p/3935540.html

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