Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27