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

cssText笔记

时间:2016-10-23 20:50:03      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:否则   覆盖   保留   ext   height   span   round   nbsp   style   

style.cssText 用来获取/设置元素的样式

设置:

<div id= "a" style= "background: red;">

document.getElementById("a").style.cssText= "width: 200px; height: 200px";

设置成功,但background属性没有了!

设置的属性会完全覆盖原有的内联样式! 所以要想保留原先的内联样式需要在设置时叠加!

不会影响外部样式。

 

获取:

与style.top,style.left等一样,只有在原先就有内联样式的情况下才有取到值,否则获取的都是空字符串。

cssText笔记

标签:否则   覆盖   保留   ext   height   span   round   nbsp   style   

原文地址:http://www.cnblogs.com/yanze/p/5990620.html

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