如何在CSS中仅定位Edge?

时间:2019-03-25 21:25:53

标签: css microsoft-edge

由于Edge不支持CSS混合模式,因此我仅尝试将Edge定位为目标。我没有运气就尝试了以下CSS代码,这有什么用!?

我尝试了@supports(-ms-ime-align:auto)和@supports(-ms-accelerator:true),没有运气。

@supports (-ms-ime-align: auto)  {
    div.et_pb_section.et_pb_section_3 {
    background-color: #ff8c01!important;
    background-image: none!important;
}
}
@supports (-ms-accelerator: true) {
    div.et_pb_section.et_pb_section_3 {
    background-color: #ff8c01!important;
    background-image: none!important;
}
}

0 个答案:

没有答案