Forums

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

Home Forums CSS Disable Cufon in IE

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31375
    SmashDeveloper
    Participant

    Greetings guys,

    Is there a way to disable cufon in IE and leave it enabled in other browsers?

    Regards,
    SmashDeveloper

    #85010
    mbilalawan
    Member

    if you are using jQuery

    you can do it like

    if(!$.browser.msie) {

    //write your cufon code here

    }

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