Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

AddRule() Syntax, Parameters and Note

Note: Adds a new rule to a style sheet and always returns 1.      Syntax:      document.styleSheets[index].addRule(param1, param2, param3) Parameters:     param1   Required; the selector.     param2   Required; the style declarations.     param3   Optional; the index of the rule.               If the index is omitted, the rule is added to the end.