Icy Phoenix
Old Styles Topics - Css
banikian [ Fri 20 Nov, 2009 10:26 ]
Post subject: Css
Are there any problems with using the link method to call CSS ? loads of browsers have bugs that prevent them from interpreting @import rules. But is link rel perfect? Also, do they both have purposes? I know i know you should use both of them to hide CSS from browsers etc... but when they were created did both have some sort of specific purpose.
Mighty Gorgon [ Sat 21 Nov, 2009 19:17 ]
Post subject: Re: Css
As far as I know all modern browsers supports import command in CSS.
All major open source application are using import as well.
Informpro [ Fri 27 Nov, 2009 22:56 ]
Post subject: Re: Css
@import is better than link ... because link is not for the CSS normally