FireFox和IE下取得空间属性

document.getElementById('divList').getAtrribute("style")
设置同理,
document.getElementById('divList').setAttribute("style","100%")
原文地址:https://www.cnblogs.com/yesun/p/474416.html