基本网站 其中有一个主页面和服务器内容页面。内容页面大小不一。 我认为给内容Place.but Clinet屏幕的永久尺寸可能会有所不同。所以我用一张桌子做三行
<table height="100%" width="100%">
<tr height="4%">header section</tr>
<tr height="95%">Content Place Holder here</tr>
<tr height="1%">footer Section</tr>
</table>
但它不起作用。 我用Google搜索但没有得到确切的解释。
答案 0 :(得分:0)
据我所知,当使用百分比时,高度取决于内容,只有当你给出精确的高度时才会保持高度。我可能错了,因为我还没有测试过。