Skip to content

Instantly share code, notes, and snippets.

@bjoernwibben
Created September 18, 2010 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoernwibben/585522 to your computer and use it in GitHub Desktop.
Save bjoernwibben/585522 to your computer and use it in GitHub Desktop.
function isIE6() {
if(typeof document.body.style.maxHeight === "undefined") {
return true;
} else {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment