标签:
用js的style属性可以获得html标签的样式,但是不能获取非行间样式。那么怎么用js获取css的非行间样式呢?在IE下可以用currentStyle,而在火狐下面我们需要用到getComputedStyle。下面是js代码。
js用currentStyle和getComputedStyle获取css样式(非行间) 兼容ie与火狐
原文地址:http://www.cnblogs.com/php-linux/p/5005351.html