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)
I’ve recently asked a question regarding IE8 issue. After some time the problem was
Share
I think that IE7 and 8 have a problem with the shorthand
fontrule, 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 intofont-size,font-familyetc and see if it fixes it.