码迷,mamicode.com
首页 > Web开发 > 详细

用JS获取CSS中的某个属性值:getComputedStyle

时间:2017-02-06 14:18:16      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:element   第一个   ima   属性   返回   利用   current   技术   compute   

css文件中如何得到某个属性值:
一、getComputedStyle是一个可以获取当前元素所有最终使用的CSS属性值,
         返回的是一个CSS样式声明对象 , 只读, 此方法支持Firefox浏览器;
语法:var style=window.getComputedStyle(“元素”,“伪类”);第一个参数是必须的,第二个为可选的。
二、currentStyle 是一款可以兼容IE浏览器的属性返回的是当前所有最终使用的CSS属性值, 
       利用element.CurrentStyle.attribute可获取
  其与getComputedStyle区别:1、 currentStyle不支持伪类样式获取;
                                                 2、currentStyle不支持现代浏览器,支持IE

技术分享

 

用JS获取CSS中的某个属性值:getComputedStyle

标签:element   第一个   ima   属性   返回   利用   current   技术   compute   

原文地址:http://www.cnblogs.com/choteewang/p/6369865.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!