Forum Moderators: not2easy
Some of the main differences between <link /> and @import include:
That what I could recall. If there are any others which I missed, I'm sure someone else will fill in the gaps.
A quick search [google.com] over the forums will turn up quite a few discussions that may be of interest, including ...
Making Style Sheets Work in NN4 [webmasterworld.com]
Difference between @import and <link rel> [webmasterworld.com]
link now, that's the best solution - the @import method was a workaround for older browsers such as Netscape 4. As none of those browsers are relevant any more, the workaround isn't needed. However,
@import used within a linked stylesheet is still useful for bringing in a second stylesheet from within the first.