Previous Message
Next Message

Firebirds @import

Sent by Rick on 29 September 2003 22:10


On Mon, 29 Sep 2003, { schaapy } wrote:
>
> This page is using the CSS @import call. Why isn't it working in Firebird?
>
> http://www.zeelandsentinel.com/
>
> I tried various ways:
>
> <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.

 Try adding url("...") so it's like this:

 <style type="text/css" media="all">@import
url("css/zeeland.css");</style>

-Rick
______________________________________________________________________
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: