IE8 CSS Hack - best method?

前端 未结 7 1655
孤城傲影
孤城傲影 2020-12-06 11:55

Can anyone recommend the best way to hack IE8 styling via CSS, I\'ve recently been making IE8 render as IE7 for ease - but wondered if it was best to add IE8 hacks?

7条回答
  •  温柔的废话
    2020-12-06 12:26

    I was looking for a good option for IE10 and below CSS styling (but it would work for IE8 only as well), I didn't wanted an extra stylesheet for readability and I came up with this idea:

    
    

    I declare my div or whatever you want with an extra class, this allows me to have extra CSS in the same stylesheet in a very readable manner.

    It's W3C valid and not a weird CSS hack.

提交回复
热议问题