Is it possible to include one css file into another?
|
1
|
|
|
|
|
|
YES!
|
||||||
|
|
|
Yes. Importing CSS file into another CSS file is possible. It must be the first rule in the style sheet using the @import rule.
The only caveat is that older web browsers will not support it. In fact, this is one of the CSS 'hack' to hide CSS styles from older browsers. Refer to this list for browser support. |
|||
|
|
|
|
The CSS
|
||
|
|
|
|
In some cases it is possible using @import "file.css", and most modern browsers should support this, older browsers such as NN4, will go slightly nuts. Note: the import statement must precede all other declarations in the file, and test it on all your target browsers before using it in production. |
||
|
|
|
|
Yes, use @import detailed info easily googled for, a good one at http://webdesign.about.com/od/beginningcss/f/css_import_link.htm |
||
|
|
|
|
the |
||
|
|
|
|
|
||
|
