How can I set CSS only for specific IE browsers?

后端 未结 7 2277
庸人自扰
庸人自扰 2020-12-13 22:24

I have a CSS/jQuery Checkbox style script: http://jsfiddle.net/BwaCD/

The problem is, in current browsers in order for the span to float over the input, the input\'s

7条回答
  •  不思量自难忘°
    2020-12-13 22:45

    How about that?

    http://www.quirksmode.org/css/condcom.html

    Or that if you don't like those statements

    http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/

提交回复
热议问题