html5中文学习网

您的位置: 首页 > 网站及特效实例 > javascript特效 » 正文

js 动态修改css文件用到了cssRule_javascript技巧_

[ ] 已经帮助:人解决问题
 _.find(document.styleSheets[4].cssRules,function(cssRule){ if(cssRule.selectorText && cssRule.selectorText.indexOf(".navbar-fixed-top2")>-1){ cssRule.style.position=""; cssRule.style.top = "0px"; } if(cssRule.selectorText && cssRule.selectorText.indexOf("#pageIndi_content, #page1_l1_content, #page_appList") >-1){ cssRule.style.padding = "0px"; } if(cssRule.selectorText && cssRule.selectorText.indexOf("#page1_index_content") >-1){ cssRule.style.padding = "0px"; } });

循环用的underscore,在使用cssRule不能直接使用下面的代码,否则不会生效Bb3HTML5中文学习网 - HTML5先行者学习网
Bb3HTML5中文学习网 - HTML5先行者学习网

cssRule.style=" left: 0;position:'';right: 0; top: 0px;z-index: 1031;";

只能使用Bb3HTML5中文学习网 - HTML5先行者学习网
Bb3HTML5中文学习网 - HTML5先行者学习网

cssRule.style.padding = "0px";
(责任编辑:)
收藏文章
表情删除后不可恢复,是否删除
取消
确定
图片正在上传,请稍后...
评论内容为空!
还没有评论,快来抢沙发吧!
关于HTML5先行者 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助