Forums

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

Home Forums CSS conditional stylesheets for firefox on windows

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27363
    RohanJM
    Member

    Hi all,
    Is there anyway to setup conditional stylesheets for firefox on windows… coz it renders the fonts very badly need to reel it in.

    Thanks

    #68742
    Quote:
    coz it renders the fonts very badly

    If you mean that the fonts appear pixelated, it’s quite possible that anti-aliasing (on Windows I believe it’s called ClearType) is off. There isn’t much you can do about that — that particular setting is up to the user.

    As far as Firefox conditional stylesheet, I don’t believe there is an option for that… You’d be better off to build your stylesheet for Firefox and other standard’s compliant browsers, and then do conditional stylesheets for IE.

    This might work in part — basically a conditional comment that targets all browsers other than IE:
    http://webdevjunk.com/coding/css/20/use … -explorer/

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