Hello Michael,
> /*\*/
> #nv ul li a {
>       float: right;
>       float/* */:/**/:none;
>       float:none;
> }
> /**/

This should be very unreliable in the future. Why don't you just use a 
conditional comment?

I do this in all my templates:

<!--[if lt IE 7]>
   <link rel="stylesheet" type="text/css" href="ie-5-6x.css" />
<![endif]-->
   <!--[if lt IE 6]>
<link rel="stylesheet" type="text/css" href="ie-5x.css" />
   <![endif]-->
<!--[if lt IE 5.5000]>
   <link rel="stylesheet" type="text/css" href="ie-50.css" />
<![endif]-->
<!--[if IE 5.5000]>
   <link rel="stylesheet" type="text/css" href="ie-55.css" />
<![endif]-->
<!--[if IE 6]>
   <link rel="stylesheet" type="text/css" href="ie-6x.css" />
<![endif]-->
<!--[if IE 7]>
   <link rel="stylesheet" type="text/css" href="ie-7x.css" />
<![endif]-->

This is completely save - also in the future. Now you can do whatever 
you like in ie-50.css.

Sascha Ebach
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to