简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

js 动态修改css文件用到了cssRule

来源:易贤网   阅读:2195 次  日期:2014-09-15 16:56:53

温馨提示:易贤网小编为您整理了“js 动态修改css文件用到了cssRule”,方便广大网友查阅!

js 动态修改css文件,循环用的underscore,在使用cssRule只能使用cssRule.style.padding=0px,详细示例如下

_.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不能直接使用下面的代码,否则不会生效

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

只能使用

view sourceprint?1 cssRule.style.padding = "0px";

更多信息请查看IT技术专栏

更多信息请查看办公软件使用
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:在word表格中如何进行自动求和
下一篇:办公软件的实用技巧
易贤网手机网站地址:js 动态修改css文件用到了cssRule
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!