At 2/6/2010 10:09 PM, Kym Costanzo wrote:
>Could you be more specific about the HTML errors? I did validate the HTML,
>but the only errors I got were regarding the drop-down menu that I am asking
>for help with. I can't fix those, as I don't know what I can do differently
>with that menu. The validation errors have to do with the IE6 hack.


Kym, you're making a simple typographical error in the HTML comment 
syntax. Your source code reads:

...<![if gt IE 6]></a><![endif]><!--[if lte IE 
6]><table><tr><td><![endif]-->...

For each list item, the first IE conditional comment should be 
correctly embedded in an HTML comment:

...<!--[if gt IE 6]></a><![endif]-->...

Regards,

Paul
__________________________

Paul Novitski
Juniper Webcraft Ltd.
http://juniperwebcraft.com 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to