码迷,mamicode.com
首页 > 其他好文 > 详细

批量设置 style

时间:2018-03-10 18:13:43      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:style   get   element   class   down   set   markdown   text   css   

firefox等可以使用:

document.getElementById("id").setAttribute("style","top:20px;left:20px;color:red;");
IE中则必须使用style.cssText

document.getElementById("id").style.cssText = "top:20px;left:20px;color:red;";

批量设置 style

标签:style   get   element   class   down   set   markdown   text   css   

原文地址:https://www.cnblogs.com/WhiteHorseIsNotHorse/p/8541124.html

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