TOC PREV NEXT INDEX

Put your logo here!


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

css


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX