style.top

IE         style.top = 400;

Firefox  style.top = 400px;   //注意必须加上px

 

insertCell

IE         insertCell();

Firefox  insertCell(-1);           //注意需要加参数

 

attachEvent

IE         attachEvent('onclick',function());

Firefox  addEventListener('onclick',function(),false);//注意需要加参数

 

ChildNodes

IE   

Firefox 注意\t \n 回车换行符都会当成一个节点 

 

 

 

 

posted on 2009-06-14 10:39  许维光  阅读(161)  评论(0)    收藏  举报