IE6的JavaScript以及样式兼容问题有哪些?
昨天又被IE6的兼容问题折腾了好几个小时,写了一个提交数据到动态iframe的js方法,结果所有浏览器都没问题,就发现在IE6中被禁了,日常中大家肯定会遇到很多IE6的JavaScript以及样式与其他浏览器不兼容的问题吧,请多多列举,如果能有解决方案更好
淺草寺的小獅子
12 years, 2 months ago
Answers
IE对css标准支持缺陷
- important
- inherit
- 子选择器
- 非锚点:hover
- 非锚点:active
- :focus
- position:fixed
- display:inline-block
IE在Javscript中存在的兼容性
- innerText/textContent
- childNodes获得子节点
- 表单的input.type input.name
- 表单disabled属性
- 事件处理(keyCode, x, pageX)
- getComputedStyle(el, null)/el.currentStyle
zzy3149
answered 12 years, 2 months ago