iframe
Web ページがスクロール内で呼び出されている場合、それは動作しませんMozilla Firefox
。
で正常に動作しInternet Explorer
てい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>
mozilla firefox がこれをサポートしていないのはなぜですか?
クロムはこれを次のように解釈しました
<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>
アトミックは、スクローラーのサイズを調整する際にスタイルに高さを追加します。しかし、モジラはこれを行うことができません。