1、IE支持currentStyle;Firefox使用getComputStyle。
2、IE使用innerText;Firefox使用textContent。
3、在透明度滤镜方面,IE使用filter:alpha(opacity=num);Firefox使用-moz-opacity:num。
4、在事件方面,IE使用attachEvent:Firefox使用addEventListener。
5、对于鼠标位置:IE使用event.clientX;Firefox使用event.pageX。
6、IE使用event.srcElement;Firefox使用event.target。
7、要消除list的原点,IE中仅须使margin:0即可达到最终效果;Firefox中需要设置margin:0、padding:0和list-style:none。
8、CSS圆角:IE7以下不支持圆角。
网友评论