左右等高布局

Posted 飞旋的留恋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了左右等高布局相关的知识,希望对你有一定的参考价值。

<!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;/*数值随便设置,越大越好*/
}
.equBoxBord {position: relative;background: url(img/line-point.png) repeat-y 60% 0;background-color: #fff;}
</style>
<div class="equBox clearfix equBoxBord">
<div class="fl equLeft" style="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="width:40%; background: #fffbf8;" >
2222222<br/>2222222<br/>2222222<br/>2222222<br/>
</div>
</div>
</body>
</html>

 

以上是关于左右等高布局的主要内容,如果未能解决你的问题,请参考以下文章

圣杯布局 双飞翼布局 等高布局

左右等高布局

CSS常用布局之——等分等高解决方案

前端试题-两列等高布局

CSS布局奇淫技巧之-多列等高

布局:左宽度固定,右边自适应