私が持っているページのHEADに
<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 の高さを 400px にする代わりに、ブラウザーの現在の画面サイズの 75% にしたいと思います。これを行う方法はありますか?