IE 11 和其他可能缺少的功能?

IE 11 and possibly others have missing features?

我已经在这个网站上工作了很长时间,直到现在我才注意到当您使用 Internet Explorer 时缺少一些东西。

跟我一起看看:http://reclameabcshop.nl/

如果您在 Internet Explorer 11 上访问该网站,您会立即注意到卡通人物遮挡了徽标的 1/3。 css 文件中还缺少一些内容,例如导航中的箭头、搜索栏中的搜索图标以及用于注册我们的时事通讯的向右箭头。

我不知道如何解决这个问题。 在 header 中添加了以下内容: 试过:/* 仅限 IE 11 */ 试图把 \9;在 css 代码后面

我希望这是有道理的,如果没有,请问。

@Shikkediel 知道了!

You could try to target it a bit more specifically, .header > a for example. With such a global selector you were using, many more tags would be affected.

这对我有用! 一个简单的 .header > a { display: block; } 成功了。

案件已解决,感谢所有花时间提供帮助的人。