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

等高1

时间:2014-11-07 15:10:50      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   os   sp   div   on   bs   html   

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>


#container2 {    clear:left;    float:left;    width:100%;    overflow:hidden;    background:#ffa7a7; /* column 2 background colour */}#container1 {    float:left;    width:100%;    position:relative;    right:50%;    background:#fff689; /* column 1 background colour */}#col1 {    float:left;    width:46%;    position:relative;    left:52%;    overflow:hidden;}#col2 {    float:left;    width:46%;    position:relative;    left:56%;    overflow:hidden;}

</style>

</head>

<body>

<div id="container2">

 <div id="container1">

  <div id="col1">

  00001<br/>

  00001<br/>

  00001<br/>

  </div>

  <div id="col2">

  0000<br/>

  0000<br/>0000<br/>

  0000<br/>

  0000<br/>

  0000<br/>

  </div>

 </div>

</div>

</body>

</html>


等高1

标签:style   io   ar   os   sp   div   on   bs   html   

原文地址:http://my.oschina.net/glelaine/blog/341970

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