Visit Mozilla.org

DOM:stylesheet.type

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

type specifies the style sheet language for this style sheet.

[edit] Syntax

string = stylesheet.type 

[edit] Example

 ss.type = "text/css";

[edit] Specification

type