Writing browser specific hack in Less (for <IE9)

前端 未结 3 735
鱼传尺愫
鱼传尺愫 2021-01-23 01:14

I want to do something like this (Source - CSS Tricks Article):

#veinte { color/*\\**/: blue\\9; }

in

3条回答
  •  心在旅途
    2021-01-23 01:42

    You can try this one: background-position:~"-150px 0px\9" width:~"300px\9";

    example:

    .test{
        width:~"300px\9";
    }
    

提交回复
热议问题