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

左右等高布局

时间:2016-12-01 14:47:26      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:ges   ott   char   round   text   alt   href   idt   ble   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Examples</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="style/reset.css">
</head>
<body>
<style>
.equBox {width: 100%;overflow: hidden;}
.equLeft,.equRight {
margin-bottom: -100000px;/*数值随便设置,越大越好,也就是(-padding-bottom值)*/
padding-bottom: 100000px;/*数值随便设置,越大越好*/
}
</style>
<div class="equBox clearfix">
<div class="fl equLeft" style="background:#fd8023;width:60%;" >
111111111111111<br/>1111111111111111111<br/>1111111111111111111<br/>1111111111111111111<br/>11111111111111111111111<br/>
1111<br/>1111<br/>1111<br/>1111<br/>1111<br/>1111<br/>1111<br/>1111<br/>
</div>
<div class="fl equRight" style="background:#e11da7;width:40%;">
2222222<br/>2222222<br/>2222222<br/>2222222<br/>
</div>
</div>
</body>
</html>

技术分享

 

左右等高布局

标签:ges   ott   char   round   text   alt   href   idt   ble   

原文地址:http://www.cnblogs.com/feixuan/p/6121544.html

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