51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#currentStyle
getComputedStyle与currentStyle获取样式(style/class)
大家都知道,用document.getElementById(‘element').style.xxx可以获取元素的样式信息,可是它获取的只是DOM元素style属性里的样式规则,对于通过class属性引用的外部样式表,就拿不到我们要的信息了。 DOM标准里有个全局方法getComputedStyle...
代码星球
·
2020-06-27
getComputedStyle
currentStyle
获取
样式
style
currentStyle
用js的style属性可以获得html标签的样式,但是不能获取非行间样式。解决方法:在IE下可以用currentStyle;在FF下用getComputedStyle;然而,为了让其兼容,解决方法,封装成getStyle事件:<!DOCTYPEhtml><htmllang="en"><he...
代码星球
·
2020-04-12
currentStyle
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他