Published in: XHTML
scrolling="yes"去除当目标文件过长IE6出现的水平滚动条,同时也使其他浏览器出现水平滚动条,style="overflow:visible;"用于去除其他浏览器的水平滚动条。
<iframe src="" height="100%" width="100%" frameborder="0" scrolling="yes" style="overflow:visible;"></iframe>
You need to login to post a comment.
