I've recently asked a question regarding IE8 issue. After some time the problem was solved by removing one css class from style sheet file. But I could not understand why removing one css class is solving my problem? Here is the link: http://www.youtube.com/watch?v=VKyK_MDRxZI (one minute length)
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I think that IE7 and 8 have a problem with the shorthand font
rule, where you specify all the variations in one go - there's something it can't handle, but I can't remember what off the top of my head. Try splitting out into font-size
, font-family
etc and see if it fixes it.