Ⓙⓐⓚⓔ wrote:
> Micheal, so that only works with inline <style>s?
>
> On 1/24/07, Michael Geary <[EMAIL PROTECTED]> wrote:
>> <!-- ... -> is an HTML comment, not a CSS comment. So, conditional comments
>> go in your HTML code, not in CSS code.
>>
>>> div.SiteHeader{
>>> border: 1px solid #336566; /*AAAAAA*/
>>> width: 850px;
>>> background-color: #E3F0D6; /*D5F0D5,CDD9E5*/
>>> height: 60px;
>>> text-align: left;
>>> margin: auto;
>>> <!--[if IE 6]>
>>> line-height: 60px;
>>> <![endif]-->
>>> }
1. What we see here is completely wrong. You cannot put HTML comments
into a style sheet.
It would be correct like that:
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/