MSIE 9+ Javascript Method:
msie = (navigator.userAgent.match("Trident/(\\d+)", "g")) && (document.body.style instanceof MSStyleCSSProperties);

If MS Internet Explorer 9 or higher is detected, the above will be red.

handy code from webmechanic