Hmm seems you've updated the page with the new ID. Another problem I see is the location of:
Code:
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("Test_Menu", 0)
</script>
on your page. It needs to be defined after the HTML for the menu, not before, so:
Code:
<DIV id=TBDownLevelDiv datafld='' UserGroupName=''></DIV>
<div id="Test_Menu" class="bluetabs">
<ul>
<li><a href="http://www.microsoft.com/" rel="Microsoft">Microsoft</a></li>
<li><a href="http://www.java.sun.com/" rel="Java">Java</a></li>
</ul>
</div>
<div id="Microsoft" class="dropmenudiv_b">
<a href="http://microsoft.com/downloads/">Downloads</a>
<a href="http://microsoft.com/surface/">Surface</a>
<a href="http://microsoft.com/en/">English</a>
</div>
<div id="Java" class="dropmenudiv_b">
<a href="http://javaa.com">Javaa </a>
<a href="http://kickjava.com">Kick Java </a>
<a href="http://javaalmanac.com">Java Almanac </a>
</div>
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("Test_Menu", 0)
</script>
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Bookmarks