Previous Message
Next Message

Firebirds @import

Sent by Eric A. Meyer on 29 September 2003 22:10


At 15:38 -0400 9/29/03, { schaapy } wrote:

><style type="text/css" media="all">@import "/css/zeeland.css";</style>
><style type="text/css" media="all">@import ("/css/zeeland.css");</style>
>
><style type="text/css">@import "/css/zeeland.css";</style>
><style type="text/css">@import ("/css/zeeland.css");</style>
>
>NONE of them work.

    You might try:

    @import url(/css/zeeland.css);

I'm pretty sure about half the ones you tried don't validate, and the 
other half may or may not be recognized by browsers.  See 
<http://www.w3.org/TR/CSS21/cascade.html#x5>:

    The following lines are equivalent in meaning and illustrate both
   '@import' syntaxes (one with "url()" and one with a bare string):

    @import "mystyle.css";
    @import url("mystyle.css");

Of course, if the syntax I suggest doesn't work either, then there's 
something else going wrong.

-- 
Eric A. Meyer (http://www.meyerweb.com/eric/), List Chaperone
"CSS is much too interesting and elegant to be not taken seriously."
   -- Martina Kosloff (http://www.mako4css.com/)
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: