Nothing but .net

CSS: use the @import or don't use it?

When using CSS, you can link the stylesheet to your HTML using the 'link' tag (pure HTML) or you can use the @import directive. Which of these 2 is the best, one might think? Well, the answer can be determined by the browsers you are targetting with your site. The @import is currently ... [More]

Posted on Wednesday, 18 July 2007 21:13 by gill  |  Comments (66)
Filed under:   Tips and Tricks | Design