Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 iframe 属性设置为
frameborder="no"或者frameborder="0"
frameborder="no"
frameborder="0"
我仍然无法删除 IE 浏览器中的左边框,但它的 Chrome 和 Firefox 浏览器可以正常工作。
我如何摆脱那个边界?
将您的 frameborder 更改为 frameBorder(大写 B)
<iframe src="myFrame" width="500" height="500" frameBorder="0"></iframe>
在IE中,B必须大写才能调整边框