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.
我注意到有时我会在 IE 的布局周围看到一个灰色边框。
我的网站上也有一个,这有点烦人。
从 IE8 切换到 IE9 或其他方式有时会使此边框消失,但并非在所有站点上。
有没有人知道为什么会发生这种情况?
这几乎是您处于怪癖模式的明显迹象。按 F12,查看 Document Mode 列出的内容。
然后尝试修复它。确保您的文档中的第一件事是有效<!DOCTYPE>的,确保您的文档格式正确,并尝试发送X-UA-Compatible: IE=edge标题(或将其作为<meta>标签包含)。
<!DOCTYPE>
X-UA-Compatible: IE=edge
<meta>