在頁面的HEAD我動態DIV高度
<style type="text/css">
html {
overflow: hidden
}
html, body, #centralDIvision {
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 400px;
}
#centralDivision {
float: left;
}
#outer {
display: table;
position: absolute;
height: 100%;
width: 100%
}
</style>
但不是具有centralDivision DIV等於400像素,我想的高度,它是瀏覽器的當前屏幕尺寸的75% 。有沒有辦法讓我做到這一點?
請顯示HTML。 DOM結構在這裏是必不可少的。 – 2012-04-24 23:15:09
你試過了什麼?另外它不僅僅是'#centralDivision'規則中的「高度:75%」? – 2012-04-24 23:16:15