我有 Firefox 25.0,但我div
没有得到正确的高度。在我的 CSS 中:
#page {
background-color: rgba(255,255,255,0.9);
width: 98%;
height: 87%;
position: absolute;
left: 1%;
top: 12%;
display: table;
padding-bottom: 1px;
}
当窗口变得太小时,高度超过 87%
我尝试了一个 jQuery 替代方案:
$(document).ready(function() {
var contentheight = $("#most").height();
var contentheightt = contentheight * .87;
contentheightt = contentheightt+"px";
$("#page").css("height",contentheightt);
});
两者都不适用于 Firefox,但它适用于 Safari 和 Chrome。
这是我的页面:http ://sdgr.comule.com/sd/