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
_______________________________________________ Radiant mailing list [email protected] http://lists.radiantcms.org/mailman/listinfo/radiant
