var IEver = window.document.documentMode || (window.attachEvent? 1 : 99); console.log(IEver); if (IEver <= 11) { alert("Dear user, the page you requested cannot be rendered in the current browser. Please change your current browser to Chrome or Mozilla to experience the very best of our platform."); document.getElementById("top-filter").style.opacity = "0"; }