I have an iframe
and when the web page is calling inside the scrolling it is not working with Mozilla Firefox
.
It's working fine in Internet Explorer
and Google Chrome
.
<iframe name="contentFrame" id="contentFrame" SRC="<c:out value='${CONTENT_FRAME_URL}'/>" margin width=0 marginheight=0
vspace=0 hspace=0 scrolling=no WIDTH=780 height="350" frameborder="0" allowtransparency="true"
style="position:absolute;overflow:hidden;border:none;">
</iframe>
Why doesn't mozilla firefox support this?
crome interpreted this as
<iframe name="contentFrame" id="contentFrame" src="empty.jsp" marginwidth="0" marginheight="0" scrolling="no" width="780" height="180%" frameborder="0" allowtransparency="true" style="position: absolute; overflow: hidden; border: none; height: 1003px;">
</iframe>
atomatic add some height in style in adjust the size of scroller. but mozzila not able to do this.