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/