5D艺术网首页
商城
|
资讯
|
作品
|
博客
|
教程
|
论坛
登录
注册
加为好友
发短消息
来自:
性别:秘密
最后登录:2009-03-18
http://jybbh.5d.cn/
首页
|
新闻
|
话题
|
博客
|
相册
|
艺术作品
|
社交关系
|
留言板
|
社交圈
2006/03/17 | javascript 对 CSS 的控制
类别(WEB相关)
|
评论
(0)
|
阅读(117)
|
发表于 11:10
document.styleSheets[0].rules[0].style.cssText
document.styleSheets.length
document.styleSheets[0].rules.length
document.styleSheets[0].rules[2].selectorText
document.styleSheets[0].addRule(".table_type","color:blue;font-size:27px",-1);
document.styleSheets[0].addRule(".table_type","font-style:italic",-1);
document.styleSheets[0].addRule(".table_type","font-size:27px",-1);
document.styleSheets[0].addRule(".table_type","font-weight:bolder",-1);
document.styleSheets[0].href="/template/otherStyleSheet.css";
document.styleSheets.length
document.styleSheets[0].rules.length
document.getElementById("id").style.fontSize="27px";
0
评论
Comments
日志分类
首页
[252]
Ken的日志
[63]
工作心得
[3]
编程相关
[28]
潮汕文化
[4]
计算机相关
[28]
WEB相关
[84]
JAVA相关
[20]
Eclipse相关
[7]
Tomcat相关
[1]
SQL
[14]