My client's website which is www.sateri.com has problem regarding the Internet Explorer 9 compatibility. The website looks good in Firefox, Chrome and IE8 and below. But not in IE9. The problem is it's not display the text on the drop down menu.
Then, I tried all the methods to solve this problem I found on this Stack Overflow as well as on other sites. These are some meta tags I added.
- meta http-equiv="X-UA-Compatible" content="IE=7, IE=8, IE=9, IE=10"
- meta http-equiv="X-UA-Compatible" content="IE=Edge"
- meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE8; IE=EmulateIE9"
I put the meta tag before all other elements that aren't meta or title.
I also change the DOCTYPE to this: DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
Then, I removed any comments in the head and below the DOCTYPE
However, the website still the same. The drop down menu still didn't displayed well.