var Other1600 = "css_1600.css"; var Other1440 = "css_1440.css"; var Other1366 = "css_1366.css"; var Other1280 = "css_1280.css"; var Otherother = ""; //ScreenWidth() function ScreenWidth() { // alert(screen…
代码如下: <!-- if (window.navigator.userAgent.indexOf("MSIE")>=1) { var IE1024=""; var IE800=""; var IE1152=""; var IEother=""; ScreenWidth(IE1024,IE800,IE1152,IEother) }else{ if (window.navigator.userAg…
根据不同浏览器: <script type="text/javascript"> var version = navigator.userAgent; if (version.indexOf("MSIE") > 1) { document.write("<link href='ie.css' rel='stylesheet' type='text\/css'\/>"); } else if (version.inde…