Skip to content

Instantly share code, notes, and snippets.

@onexdrk
Created April 5, 2013 09:04
Show Gist options
  • Save onexdrk/5317809 to your computer and use it in GitHub Desktop.
Save onexdrk/5317809 to your computer and use it in GitHub Desktop.
IE6 checker function. return true if IE6
function isHellIE() {
return typeof document.body.style.maxHeight == "undefined";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment