Re: [css-d] 2 css interfering using conditional comments

2009-03-18 Thread Gunlaug Sørtun
rose red wrote: > I tried them every possible ( or did I forgot one ? ) way around the > last 10 days: [...] doesn't work ;-( It does when done right. However, looking at your stylesheets it becomes clear that you are trying to serve IE6 "complete styles" instead of just "corrections", so you ar

Re: [css-d] 2 css interfering using conditional comments

2009-03-18 Thread Kathy Wheeler
On 19/03/2009, at 6:25 AM, rose red wrote: >> In a sense, yes. IE6 sees all styles, so interference is guaranteed. >> >> 1: reverse the order of the stylesheets. Correct IE6 AFTER the main >> stylesheet. >> >> Having done battle with ie5 vs ie6 vs ie7 this week with JQuery plugins and fallba

Re: [css-d] 2 css interfering using conditional comments

2009-03-18 Thread rose red
> In a sense, yes. IE6 sees all styles, so interference is guaranteed. > > 1: reverse the order of the stylesheets. Correct IE6 AFTER the main > stylesheet. > > I tried them every possible ( or did I forgot one ? ) way around the last 10 days: http://www.melusinedesign.nl/test/test.html http:

Re: [css-d] 2 css interfering using conditional comments

2009-03-18 Thread Gunlaug Sørtun
rose red wrote: > http://www.melusinedesign.nl/test/test.html has 2 css , one for IE6 > and one for IE7( and of course for FF, opera and some more...) it > looks fine in IE7, but not in IE6, it seems the 2 css are interfering > ?! In a sense, yes. IE6 sees all styles, so interference is gua