Section 25.55. CSSStyleSheet.removeRule( ): IE-specific method to remove a rule from a stylesheet


25.55. CSSStyleSheet.removeRule( ): IE-specific method to remove a rule from a stylesheet

IE 4:

25.55.1. Synopsis

 void removeRule(integer index) 

25.55.1.1. Arguments

index

The index in the rules[] array of the rule to be removed. If this optional argument is omitted, the first rule in the array is removed.

25.55.2. Description

This method removes the CSS style rule at the specified index of the rules array of this stylesheet. This is an IE-specific alternative to the standard deleteRule( ) method.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net