> 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

Hi, thanks for such a quick response!  :) I really appreciate your time.

You have sent me some great info. And I probably will head that 
direction.

I was just looking for a quick and dirty fix... For just one small 
hack, I wanted to avoid separate style sheet.

I thank you for sharing your technique.  :) Very helpful.

Cheers,
Micky

-- 
BCC for Privacy!
http://www.cs.rutgers.edu/~watrous/bcc-for-privacy.html
----------------------------------
My del.icio.us: http://del.icio.us/mhulse
______________________________________________________________________
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