TOC PREV NEXT INDEX

domref



deleteRule


The deleteRule method removes a style rule from the current style sheet object.

Syntax

stylesheet.deleteRule(index)
 

Parameters

index is a long number representing the position of the rule

Example

myStyles.deleteRule(0);
 

Notes

None.

Specification

deleteRule
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX