SitePoint Sponsor

User Tag List

Results 1 to 9 of 9

Thread: CSS font issues while migrating from IE6 to IE8

  1. #1
    SitePoint Member
    Join Date
    Dec 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question CSS font issues while migrating from IE6 to IE8

    Hi,
    I'm currently migrating my existing application which runs smoothly in IE 6 to IE 8. While doing so I noticed that the font appearance is different in both the browsers. For example the button names are looking some what bolder in IE 6 than how it appears in IE 8. Also the font of the content inside a grid are not alike. I tried changing the font properties. However it is of no use. Is there a definite solution for this problem? Or is this a bug in IE 8? Can someone please shed some light on this.

  2. #2
    SitePoint Member
    Join Date
    Dec 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can somebody shed some light in this??? Got any idea about this???

  3. #3
    The CSS Clinic is open silver trophybronze trophy
    SitePoint Award Recipient Paul O'B's Avatar
    Join Date
    Jan 2003
    Location
    Hampshire UK
    Posts
    37,764
    Mentioned
    99 Post(s)
    Tagged
    3 Thread(s)
    Hi,

    Usually it's the other way around and text looks thinner and fainter in IE6 than it does in IE7/8. There will be small differences.

    You can read up on various font rendering here.

    We'd need to see your live page to give more specific advice.

  4. #4
    SitePoint Member
    Join Date
    Dec 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah you are correct Paul. Font inside a grid appeared like how I had mentioned. I understand the fact that the text which are rendered in IE8 are more richer than that of IE6. Is there a way to make the text look exactly like how it appears in IE6..

  5. #5
    SitePoint Zealot materialdesigner's Avatar
    Join Date
    Dec 2010
    Location
    Ithaca, NY
    Posts
    197
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No.

  6. #6
    Non-Member
    Join Date
    Jun 2010
    Location
    47°27′35″N 26°18′0″E
    Posts
    1,789
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, there is

    Don't use a DTD and make IE render in quirks mode



    But, seriously, this one should be framed (no offense msrajesh):
    Quote Originally Posted by msrajesh View Post
    I understand the fact that the text which are rendered in IE8 are more richer than that of IE6. Is there a way to make the text look exactly like how it appears in IE6..
    And all this time we thought nobody will miss IE6 If Microsoft were not amongst those strongly advising on IE6 burial, the above would've made for a very good propaganda.

  7. #7
    SitePoint Member
    Join Date
    Dec 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the intel.
    But how come I can fix this by not using the DTD. Besides I've tried to render IE in Quirks mode too.. However no luck.

  8. #8
    Non-Member
    Join Date
    Jun 2010
    Location
    47°27′35″N 26°18′0″E
    Posts
    1,789
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was never about providing you with a "fix"


    You are approaching this the wrong way. If you had specified your own font settings in CSS, there is nothing you can do. Fonts will look different across browsers, no matter what you do. Unless you want to make all your pages from images or flash.

    Quirks mode is a way to solve a past problem. A past problem for you should also be IE6. So, when you're saying "how can I make the better present look like old past" you are making a fundamental mistake.

    You should ask your self this instead: "How can I make IE6 look like IE8". Get it?

  9. #9
    SitePoint Member
    Join Date
    Dec 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay then.. Thanks for the info..

Tags for this Thread

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
  •