On 15/04/2008, Bill Brown <[EMAIL PROTECTED]> wrote: > You can use this syntax to target all NON-MSIE browsers: > <!--[if !IE]> <--> > <style type="text/css">@import url("css/fix/non_msie.css");</style> > <!--> <![endif]-->
Thats definitely an unnecessary hack. The correct (although proprietary) syntax would be: <!--[if IE]><![if !IE]><![endif]--> <style type="text/css"> css here </style> <!--[if IE]><![endif]><![endif]--> Regards, Manfred ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/