http://css-discuss.incutio.com/?page=ImportHack explains the @import hack

http://www.dithered.com/css_filters/css_only/index.php explains which @import hacks are supported by different borwsers

--
Neerav Bhatt
http://www.bhatt.id.au
Web Development & IT consultancy
Mobile: +61 403 8000 27

Tony Crockford wrote:
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
*****************************************************
*****************************************************
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