IE6 iframe horizontal scrollbar


/ Published in: XHTML
Save to your folder(s)

scrolling="yes"去除当目标文件过长IE6出现的水平滚动条,同时也使其他浏览器出现水平滚动条,style="overflow:visible;"用于去除其他浏览器的水平滚动条。


Copy this code and paste it in your HTML
  1. <iframe src="" height="100%" width="100%" frameborder="0" scrolling="yes" style="overflow:visible;"></iframe>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.