On 04/06/2004, at 10:02 PM, 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(...) is not recognised by some older browsers (like NN4), it's helpful for keeping old browsers away from the new-school CSS for starters.


---
Justin French
http://indent.com.au

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to