码迷,mamicode.com
首页 > 其他好文 > 详细

ie hack 兼容完美解决方案(前端网备份)

时间:2019-06-10 13:30:50      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:auto   ant   备份   none   兼容   span   one   switch   style   

hack 速查表
思路:

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .carController {
        width: 500px;
    }
    .el-switch {
        width: 300px !important;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .carController {
        width: auto !important
    }
}

比如上面是之前人写的ie向上兼容方案,结果ie11出了问题不兼容,然后下面一条写的是ie10向上兼容方案,完美解决

ie hack 兼容完美解决方案(前端网备份)

标签:auto   ant   备份   none   兼容   span   one   switch   style   

原文地址:https://www.cnblogs.com/lsc-boke/p/10996964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!