emdevelopments
Specialists in Customer Service
The @import Rule
The @import rule must be placed at the top of any CSS style declarations. It allows you to import a stylesheet, which is very convenent since it is only supported by the latest browsers (there are compatibility charts available on the web for every possible permutation of this rule, but let's just say it works in Version 5 browsers upwards, and leave it at that).
The @import code
@import ("style.css");
Yes, it's that simple. You can now hide all your complicated CSS behind this rule, and put some basic styling into your ordinary stylesheet for those people with particularly old browsers!
Copyright emdevelopments 2004.