Gunlaug Sørtun wrote:
> Thierry Koblentz wrote:
>> That's good news in case a SGML comment puts IE7 into Quirks Mode as
>>  it does with IE6 (I know some people do that on purpose ;).
>
> No... who could do such a thing :-)
>
> I've always put IE6 in 'quirks mode' by consciously ignoring the
> advices given by W3C[1]. Good thing they added some choices[2].

And sometimes, it's the ultimate fix.
2 weeks ago, the only way for me to fix some painting bug in IE6 (kind of
the guillotine bug) was to include the XML prolog.

> Now we may just as well prepare to "hack" some garbage into the back
> door of IE7. 'Conditional comments' and a prepared stylesheet should
> come handy ;-)
> <!--[if lte IE 6]>
> <link rel="stylesheet" href="ie6fix.css" type="text/css" />
> <![endif]-->
> <!--[if IE 7]>
> <link rel="stylesheet" href="ie7fix.css" type="text/css" />
> <![endif]-->
> ...IE8...IE9...IE10...?

It looks like it
;)

Thierry | www.TJKDesign.com

______________________________________________________________________
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