How to define specific CSS rules for IE9 alone?

前端 未结 8 1773
感情败类
感情败类 2020-12-05 00:33

Friends, please help me in defining specific css rule for IE9? For example like this

/* IE 6 fix */
* html .twit-post .delete_note a { background-position-y:         


        
8条回答
  •  旧巷少年郎
    2020-12-05 01:01

    You shouldn't need to target IE9. It is capable of handling modern css and shouldn't be hacked. This is an outdated method of developing.

提交回复
热议问题