Forums

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

Home Forums JavaScript Detect Firefox 3

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

    Hi!
    I’d like to encourage visitors on my website who are using Firefox 3 to enable "gfx.color_management.enabled", so I have a <p class="ff">Please set blabla to true. It makes your life brider, particulary the photos you are watching in ff3</p>. The class is set to "hidden" by default and should be displayed if user agent is ff3. But I don’t know how to detect ff3 exctly. Does anybody know?
    Thanks! Runa

    #54183
    ikthius
    Member
    "runa" wrote:
    Hi!
    I’d like to encourage visitors on my website who are using Firefox 3 to enable "gfx.color_management.enabled", so I have a <p class="ff">Please set blabla to true. It makes your life brider, particulary the photos you are watching in ff3</p>. The class is set to "hidden" by default and should be displayed if user agent is ff3. But I don’t know how to detect ff3 exctly. Does anybody know?
    Thanks! Runa

    Google showed me a few places, but this one I think stands out: http://www.w3schools.com/js/tryit.asp?f … js_browser

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