CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Disable Cufon in IE
SmashDeveloper
Permalink to comment
#
January 2011
Greetings guys,
Is there a way to disable cufon in IE and leave it enabled in other browsers?
Regards,
SmashDeveloper
mbilalawan
Permalink to comment
#
August 2011
if you are using jQuery
you can do it like
if(!$.browser.msie) {
//write your cufon code here
}
Add a Comment
Is there a way to disable cufon in IE and leave it enabled in other browsers?
Regards,
SmashDeveloper
you can do it like
if(!$.browser.msie) {
//write your cufon code here
}