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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Cory D
>  Sent: 04 August 2006 20:11
>  To: [email protected]
>  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 <[EMAIL PROTECTED]> 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
>  [email protected]
>  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
> [email protected]
> http://lists.radiantcms.org/mailman/listinfo/radiant
>
>
>


-- 
Nathan
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to