Aomd
2015-06-09 23:20
var cssnew=document.styleSheets[0].cssRules || document.styleSheets[0].rules || window.CSSRule.STYLE_RULE; cssnew[1].style.left=div.offsetLeft+speed+'px'; ie7 和火狐不会报错 360浏览器回报:Cannot read property 'style' of undefined 请问有什么解决的办法
我经过半天测试发现360
直接 var box=docunment.getElmentsById('box')
box.style.width=30+px";
就可以解决
document.cssnew[1]
JS动画效果
113925 学习 · 1443 问题
相似问题