i have two frames in one html page, which display correctly in chrome browser.but when i tried in IE7 it just looks very strange,its height is not 100% any more !the below is the code .
<iframe src ="demoFramesetLeftFrame.jsp" name="treeframe" id="treeframe" height="100%" width="200px" frameborder="0">
</iframe>
<iframe src="" name="basefrm" id="basefrm" height="100%" width="" frameborder="0">
</iframe>
i can't see any error in the code.does anyone knows what is the problem? thanks a million !