3

我想知道是否有任何解决方法可以使 2px 边框在 ie9 中消失,即使在怪癖模式下?以下是有关此问题的一些相关链接:

删除 2px 灰色边框环绕边缘 IE9

http://www.dasmirnov.net/blog/controlling-how-ie9-renders-pages

谢谢

4

1 回答 1

0

Add the following to your stylesheet:

html { border:none; }

The border appears to be technically a default border around the html element, even though this cannot be seen in IE 9 inspector mode (F12), which shows 0px border for the element.

于 2012-08-16T04:25:52.907 回答