Barney Carroll wrote:
<link>?
> <style> & @import?
Which do you use, for what, and why?
In document: 'link' with relative path.
I use 'style' for adding page-specific, and often media-dependent,
styles, but do not use @import in documents.
- All browsers understand 'link', and some don't understand anything else.
- I do not separate browsers on this level.
In stylesheets: I use @import to group together a (small) number of
stylesheets for a specific layout.
- Saves me from having to copy/paste together well-working bits and
pieces every time I create a new layout.
- Makes it easy to filter/separate browsers on CSS level.
- Makes it easy to separate media on CSS level.
- I'm lazy ;-)
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************