[Radiant] Stylesheets
Nathan Wright
nathan.e.wright at gmail.com
Fri Aug 4 15:44:45 CDT 2006
I keep my CSS files in the filesystem ... old habits die hard, and I
like having them available for easy tweaking. I store them in
/public/stylesheets and call them via
<link href="/stylesheets/example.css" />
On 8/4/06, Harvey Bernstein <hb at bsemple.com> wrote:
>
>
>
>
> I've now tested by copying the static HTML and putting it into a layout
> file. Unfortunately, it still causes the same problem. Works fine as a
> simple static HTML file and pulls the right CSS but doesn't work through
> radiant.
>
>
>
> How do people handle CSS files in Radiant? Do most people put them in the
> DB or just as a stylesheet in the filesystem?
>
>
>
> ________________________________
>
>
> From: radiant-bounces at lists.radiantcms.org
> [mailto:radiant-bounces at lists.radiantcms.org] On Behalf Of
> Cory D
> Sent: 04 August 2006 20:11
> To: radiant at lists.radiantcms.org
> Subject: Re: [Radiant] Stylesheets
>
>
>
>
>
> this should work for IE 6 - it's basically saying if less than IE 7, serve
> this stylesheet.
>
> As to why it's not working, i'm stumped as well.
>
> -Cory
>
>
>
> On 8/4/06, Nathan Wright <nathan.e.wright at gmail.com> wrote:
>
>
> > <!--[if lt IE 7]>
> > <style type="text/css" media="screen">@import
> > "/stylesheets/styleIE6.css";</style>
> > <![endif]-->
> >
> > Here is the issue, when I'm using IE6, radiant serves up the standard
> > stylesheet, not the specific IE6 version.
>
> I never use conditional CSS statements myself, but wouldn't you need
> to set a rule to specifically apply to IE6? As it is, you've only got
> a rule for IE7 ...
>
> --
> Nathan
> _______________________________________________
> Radiant mailing list
> Radiant at lists.radiantcms.org
> http://lists.radiantcms.org/mailman/listinfo/radiant
>
>
>
>
>
> This e-mail has been scanned for all viruses by MessageLabs.
>
>
> This e-mail has been scanned for all viruses by MessageLabs.
>
>
> _______________________________________________
> Radiant mailing list
> Radiant at lists.radiantcms.org
> http://lists.radiantcms.org/mailman/listinfo/radiant
>
>
>
--
Nathan
More information about the Radiant
mailing list