OK, well this menu doesn't use:
Code:
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
So I would try getting rid of that.
But I also question what you say about using HTML comment tokens. If you mean this causes a problem:
Code:
<script type="text/javascript" src="chromejs/chrome.js"></script>
<!--
/***********************************************
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
-->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Most likely you already have some other unclosed HTML comment token above that, or something else which invalidates doing that. That's why I asked for a link to your page, because - assuming everything else is done in a valid manner, the above shouldn't be a problem.
Bookmarks