Re: CSS @import URI questionOK - thanks, Jens.
Dan
"Jens Peter Karlsen[FP MVP]" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
No.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> -----Original Message-----
> From: Dan E [mailto:webbie(removethis)@preferredcountry.com]
> Posted At: 12. februar 2005 22:04
> Posted To: microsoft.public.frontpage.client
> Conversation: CSS @import URI question
> Subject: CSS @import URI question
>
>
> I'm developing a new site in a sub-web on my development
> host. I'm using DWTs with an @import style sheet in the
> header. Some pages that attach the DWT are in the root of
> the sub-web (which is actually 2 levels below the root of the
> domain), others are in sub-folders, another level down. I've
> run into trouble with the @import URL. If I simply use (in
> the DWT header)
>
> <style type="text/css">
> <!--
> @import url(st11.css);
> -->
> </style>
>
> the pages at the same level as the CSS and DWT are OK, but
> pages in a sub-folder can't get the styles. Short of using
> an absolute URI in @import, is there a way to reference the
> CSS in the DWT header so that pages attached to the DWT can
> see the stylesheet?
>
> Any help/suggestions gratefully received and acknowledged!
>
> TIA,
>
> Dan
>
> --
> Dan E
> webbie(removethis)@preferredcountry.com
>
>
|