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)
相关问题
- Views base64 encoded blob in HTML with PHP
- How to fix IE ClearType + jQuery opacity problem i
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
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 intofont-size
,font-family
etc and see if it fixes it.