Why is the code below displaying strangely in Firefox and IE7, even though it works fine in Chrome? The height is set to 100%, but it seems to be not exactly that. Any ideas on how to fix this issue? Thank you!
<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>