Donna Jones wrote:
can someone direct me to a good article(s)/resource(s) that discuss various ways of importing, linking css files and talks about advantages/disadvantages.

This is ususally covered in the first chapter of any good CSS book. One of the most important reasons that people use one or the other is because the earlier browsers (R4 and earlier) don't understand @import. This makes @import a natural filter for R5 and later browsers. Put the styles for R4 browsers in a linked style sheet, then override them for later browsers in @imported stylesheets.

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to