JavaScript: The Definitive Guide
25.52. CSSStyleSheet.addRule( ): IE-specific method to insert a rule into a stylesheet
IE 4:
25.52.1. Synopsis
void addRule(String selector, String style, integer index) 25.52.1.1. Arguments
25.52.2. Description
This method inserts (or appends) a new CSS style rule at the specified index of the rules array of this stylesheet. This is an IE-specific alternative to the standard insertRule( ) method. Note that the arguments to this method are different from those to insertRule( ). |
Категории