CSSMediaRule

Module:
css
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

deleteRule
insertRule

deleteRule


void deleteRule(
    in unsigned long index) raises(DOMException); 


insertRule


unsigned long insertRule(
    in DOMString rule, 
    in unsigned long index) raises(DOMException); 

Member Data

cssRules
media

cssRules


readonly attribute CSSRuleList cssRules; 


media


readonly attribute stylesheets::MediaList media; 

 

Last Updated: 2009-05-29