Viewing 6 replies - 1 through 6 (of 6 total)
  • Smaller than what? 🙂
    Try searching around… e.g. “font IE”

    The first problem is that your a:hover has two semicolons. Otherwise, just change

    .widecolumn .entry p {
    font-size: 1.05em;
    }

    to

    .narrowcolumn .entry p {
    font-size: 1.05em;
    }

    Thread Starter bat755

    (@bat755)

    moshu said: Smaller than what? 🙂

    smaller than in Firefox.

    WilliamHamby: it doesn’t help me. thank you

    I’ve noticed something similar happenining on my site as well. However, I don’t think it’s a reproducible thing on IE on different computers. I’m thinking it’s just some configuration I have set up on my computer which is causing IE to appear different than FF, because it doesn’t happen on other computers.

    oh yea, on my comp the font looks the exact same in IE as it does in FF

    It’s very possible that your IE6 default font size is set to a different size than your other browsers.

    I had a similar problem once and noticed that when I changed font size to pixels (i.e. font-size: 12px) instead of using percentages, both browser (FF and IE) display text with the same size.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘IE6 problems with font size’ is closed to new replies.