Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5405 How do I import a CSS style sheet?

irt.org | Knowledge Base | CSS | Q5405 [ previous next ]

Q5405 How do I import a CSS style sheet?

There are 2 valid ways of importing style rules from other style sheets:

@import "faq.css";
@import url(myway.css);

So that browsers can avoid retrieving resources for unsupported media types, authors may specify media-dependent @import rules using the following code:

@import url(readable.css) print;
@import url(visual.css) projection, tv;

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.