摘要:
CSS 判断:css中判断IE版本的语句 Only IE 6/+ :1. 除IE外都可识别 2. 所有的IE可识别 3. 只有IE5.0可以识别 4. 仅IE5.0与IE5.5可以识别 5. IE5.0以及IE5.0以上版本都可以识别 6. 仅IE6可识别 7. IE6以及IE6以下版... 阅读全文
posted @ 2014-11-15 13:10
Shimily
阅读(232)
评论(0)
推荐(0)
摘要:
JS 判断:var _uat=navigator.userAgent;if(_uat.indexOf("MSIE 6.0")>0) alert("ie6");else if(_uat.indexOf("MSIE 7.0")>0) alert("ie7");else if(_uat.indexOf("... 阅读全文
posted @ 2014-11-15 13:09
Shimily
阅读(963)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2014-11-15 13:06
Shimily
阅读(215)
评论(0)
推荐(0)
摘要:
1. document.form.item 问题 现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在Firefox下运行 解决方法: 统一使用 document.formName.elements["element... 阅读全文
posted @ 2014-11-15 13:02
Shimily
阅读(110)
评论(0)
推荐(0)

浙公网安备 33010602011771号