IE7 detection, issues, redirect ? September 24, 2015 Get link Facebook X Pinterest Email Other Apps hi there, i've made site looks crap on ie7 (of course), i'd detect ie7 , redirect page tells users to upgrade browsers. know can provide alternate stylesheet ie7 users, for specific site, i'd redirect page i've made that notification on it. also, reason, this: code: <!--[if lte ie 7]<link rel="stylesheet" href="ie7.css"/>[endif]--> doesn't seem work... right, tried various different methods, 1 worked this: code: <script language="javascript"><!-- if (navigator.useragent.tolowercase().indexof('7.0') != -1) { document.write("<link rel='stylesheet' href='ie7.css' type='text/css'>"); } // --></script> Forums Special Interests Web Design and Development iPhoneMac OS & System SoftwareiPadApple WatchNotebooksiTunesApple IDiCloudDesktop ComputersApple MusicProfessional ApplicationsiPodiWorkApple TViLifeWireless Comments
hi there, i've made site looks crap on ie7 (of course), i'd detect ie7 , redirect page tells users to upgrade browsers. know can provide alternate stylesheet ie7 users, for specific site, i'd redirect page i've made that notification on it. also, reason, this: code: <!--[if lte ie 7]<link rel="stylesheet" href="ie7.css"/>[endif]--> doesn't seem work...
right, tried various different methods, 1 worked this: code: <script language="javascript"><!-- if (navigator.useragent.tolowercase().indexof('7.0') != -1) { document.write("<link rel='stylesheet' href='ie7.css' type='text/css'>"); } // --></script>
Comments
Post a Comment