当我们在Chrome(https://www.prikkabelled.nl/product/2w-warm-witte-lampen/)中加载此页面时,一切看起来都不错:
但是在Internet Explorer 11中,我们得到了扭曲的显示。知道我们可以对CSS做什么看起来像在Chrome中一样吗?
也许一些奇怪的控制台错误导致了这个问题?
答案 0 :(得分:0)
我通过应用仅适用于IE 11的CSS来修复它:
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
// your CSS here for IE 11
}