I tend to use link rel="" etc  and place the required @imports into the
linked stylesheet ie

on page/template:

link rel="stylesheet" type="text/css" href="styles.css" />

and in styles.css for example:

@import global.css
@import colours.css
@import filter.css

etc. That way I can change which sheets I am importing by editing that
single file. Don't place variations in the head of the html page, they are
better off in a stylesheet that contains the styles that will vary;
otherwise you have to edit all the pages that contain the embedded styles
(if you are not using some kind of template) and you lose the power and
flexibility that css gives you.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to