Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Pixelated Header Fonts in Internet Explorer

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40042
    nickwinters
    Participant

    Hello,

    I’m experiencing font pixelation on my header fonts when viewed in Internet explorer. It’s almost as if there’s a text-shadow at play, but I’ve checked all my css and I have text-shadow disabled when viewed in IE. it’s very strange. I’ve even switched to a basic arial font and I still get the bizarre pixelation. Any ideas on how to fix this?

    Example: https://www.dropbox.com/s/sbio2shkfnse0hi/Screen%20Shot%202012-09-27%20at%2010.27.24%20AM.png

    #110915
    djrolstad
    Participant

    try this might or not might work: font-smooth:always;

    #110916
    Senff
    Participant

    Using any opacity there?

    #110917
    nickwinters
    Participant

    I believe I fixed it. Had to go to my IE specific style sheets and add: text-shadow: none; filter: none; . Didn’t think filter was necessary, but apparently that did the trick.

    #110918
    Senff
    Participant

    Yup, that’s why I asked. Filters (opacity especially) on an element with no background does that. Normally the trick is to give the element a background color but in this case you wouldn’t want that, and I don’t really see the need for a filter in the first place. Glad it was fixed!

    #110920
    nickwinters
    Participant

    I hate IE so much. Everything looks like garbage in that browser. Thanks for the help all.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.