I have a JSP page and embeded HTML code into it. I have an iframe, it works properly in Firefox, however in Internet Explorer there is a problem with its height. I adjust the height 100% but Internet Explorer seems to display my iframe in a small height.
<iframe
class="iframe-cont" id="tree" name="tree" src="/x.html"
style="border:0px; width:100%; height:100%" frameborder="0"
marginheight="0" marginwidth="0">
</iframe>
#iframe-cont{
WIDTH:100%
HEIGHT:100%
}