如果针对ie10 以上单独写css样式的话,ie10以上已经不提供   <!--[if 。。。]><![endif]-->   这种方法去操作了,所以可以用css媒体查询的方法

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */ }

很实用!

相关文章:

  • 2021-06-11
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
相关资源
相似解决方案