DOM:stylesheet.deleteRule
From MDC
Contents |
[edit] Summary
The deleteRule method removes a style rule from the current style sheet object.
[edit] Syntax
stylesheet.deleteRule(index)
[edit] Parameters
indexis a long number representing the position of the rule.
[edit] Example
myStyles.deleteRule(0);