176
edits
Aidan Kehoe (баҳс | ҳисса) (Better method for commenting this out.) |
Aidan Kehoe (баҳс | ҳисса) (Fix a syntax error.) |
||
for (sheetIndex = 0; sheetIndex < document.styleSheets.length;
++sheetIndex) {
thecss = document.styleSheets[sheetIndex].cssRules;
thecss = document.styleSheets[sheetInde].rules; // IE
if ((thecss[i].selectorText.toLowerCase()=='body')) {
thecss[i].style.cssText
+ "
} else if
== '#globalwrapper') {
}
}
}
});
}
|
edits