At 13:02 on Friday, 04 Jun 2004, Jamie Mason wrote:
What's the difference of linking by;
@import url(styles.css);
And
<link rel="stylesheet" type="text/css" href="styles.css" />
If any?
@import will hide your stylesheet from older browsers.
Different syntax of the @import line has slightly different effects:
http://www.workalone.co.uk/index.php?p=22
hth
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
