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

标签 html css internet-explorer internet-explorer-11 microsoft-edge

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

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

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

我不知道如何解决这个问题。 在标题中添加了以下内容: 试过:/* 仅限 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; } 成功了。

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

关于html - IE 11 和其他可能缺少的功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32889231/

相关文章:

javascript - 为什么我不能在 Django Web 应用程序中使用客户端摄像头拍摄图像快照?

w3c - 为什么 CSS 中的边距/填充百分比总是根据宽度计算?

html - 覆盖 <span> 在 IE6 中不起作用

javascript - 调用 window.open() 在 IE 11 + Windows 8.1 Preview 上返回 null

php - 如何在刷新页面时停止重新提交页面?

android - 移动电话检测会在其他号码(例如邮政编码)上创建链接

html - 每边的侧边栏?

css - 用图像、图标或背景替换复选框并保留功能

html - 在 HTML 中创建流程图

asp.net - 如何防止在 Internet Explorer 中进行缓存?