-
IE dropdown showing wrong Japanese text
i have a problem with the IE dropdown, i am displaying Japaneese text in dropdown but in IE some different junk characters are displayed. but in Firefox the dropdown works fine...
Please have a look at screen shots in attachement
my CSS file contatains this font family
font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Verdana;
and the page encoding is UTF-8, please give some suggestion urgently.
Last edited by echarish; 07-07-2011 at 01:52 AM.
Reason: images not displayed
-
-
First thing I would try is changing that to:
Code:
font-family: sans-serif;
Check in both browsers after clearing their respective caches and refreshing the page. One of three things will happen:
- It will fix the problem.
- Both browsers will now be wrong.
- No change.
If it's #1 or #2, the font used by IE isn't rendering the characters correctly for some reason, whereas the one used by Firefox is OK. Also, the font used is having an influence over the characters rendered. If it's #3, it's probably some sort of encoding issue. Is the stylesheet separate from the page?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks