Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created August 4, 2015 10:35
Show Gist options
  • Save mneuhaus/3eb738abd0970c41a00e to your computer and use it in GitHub Desktop.
Save mneuhaus/3eb738abd0970c41a00e to your computer and use it in GitHub Desktop.
// Set some useful classes on the html tag to identify crappy ie versions
config.htmlTag_setParams = class="no-js"
[browser = < msie7]
config.htmlTag_setParams = class="no-js ie6 oldie"
[global]
[browser = msie7]
config.htmlTag_setParams = class="no-js ie7 oldie"
[global]
[browser = msie8]
config.htmlTag_setParams = class="no-js ie8 oldie"
[global]
[browser = msie9]
config.htmlTag_setParams = class="no-js ie9 oldie"
[global]
[browser = msie10]
config.htmlTag_setParams = class="no-js ie10 oldie"
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment