FireFox自动撑高层解决方案
<!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>
</head>
<body>
<div style="width:402px;float:left;">
<div style="width:400px;height:80px;border:1px solid #f00;">
<h5>自动增高DIV,适合FireFox</h5>
<p>这是没有使用解决方案时显示方面,会和下面的DIV产生重叠,没有自动撑开,为了方便区分,此DIV加了红色边框</p>
</div>
<div style="width:400px;height:50px;border:1px solid #00f;">
<p>此处为下方显示的层,方便区分此层加了蓝色框</p>
</div>
</div>
<div style="width:402px;float:left;margin-left:10px;">
<div style="width:400px;height:50px;border:1px solid #f00;overflow:auto;height:100%;">
<h5>自动增高DIV,适合FireFox</h5>
<p>此处有使用解决方案时显示方面,会自动撑开,为了方便区分,此DIV加了红色边框</p>
</div>
<div style="width:400px;height:50px;border:1px solid #00f;">
<p>此处为下方显示的层,方便区分此层加了蓝色框</p>
</div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div style="width:402px;float:left;">
<div style="width:400px;height:80px;border:1px solid #f00;">
<h5>自动增高DIV,适合FireFox</h5>
<p>这是没有使用解决方案时显示方面,会和下面的DIV产生重叠,没有自动撑开,为了方便区分,此DIV加了红色边框</p>
</div>
<div style="width:400px;height:50px;border:1px solid #00f;">
<p>此处为下方显示的层,方便区分此层加了蓝色框</p>
</div>
</div>
<div style="width:402px;float:left;margin-left:10px;">
<div style="width:400px;height:50px;border:1px solid #f00;overflow:auto;height:100%;">
<h5>自动增高DIV,适合FireFox</h5>
<p>此处有使用解决方案时显示方面,会自动撑开,为了方便区分,此DIV加了红色边框</p>
</div>
<div style="width:400px;height:50px;border:1px solid #00f;">
<p>此处为下方显示的层,方便区分此层加了蓝色框</p>
</div>
</div>
</body>
</html>