<!-- ... -> 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]-->
> }


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to