IE8 CSS Hack - best method?

前端 未结 7 1648
孤城傲影
孤城傲影 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:31

    Use the ie7-js Javascript library, which does some magic to make older IE versions behave more like proper browsers with their handling of HTML and CSS. Then, as others have suggested, write your code in a standards-compliant manner which behaves well with the latest versions of Chrome, Firefox, Opera, etc.

提交回复
热议问题