开发者

height=100% do not work

开发者 https://www.devze.com 2023-01-10 23:08 出处:网络
the code below are all height=100%, it works fine in chrome but it displayes very strange in firefox and ie开发者_运维百科7!it is not exactly the 100% height.anyone knows? thanks a million.

the code below are all height=100%, it works fine in chrome but it displayes very strange in firefox and ie开发者_运维百科7!it is not exactly the 100% height.anyone knows? thanks a million.

<iframe src ="demoFramesetLeftFrame.jsp" name="treeframe" id="treeframe" 
        width=200px height=100% frameborder=0>
</iframe>
 <iframe src="middle.html" name="middle" id="middle"
        width=200px height=100% frameborder=0>
</iframe>
<iframe src="test.html" name="basefrm" id="basefrm"
        width=200px height=100% frameborder=0>
</iframe>


You may need a container div, with a min-height property. Writing 100% height in HTML for some reason is one of the hardest things to do.

Here are some tutorials on how 100% height can be achieved

http://www.dave-woods.co.uk/?p=144

http://www.webmasterworld.com/forum83/200.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消