Results 1 to 2 of 2

Thread: IE dropdown showing wrong Japanese text

  1. #1
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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:

    1. It will fix the problem.

    2. Both browsers will now be wrong.

    3. 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?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •