Actually there is no equivalent selector class or otherwise for the trigger anchors in the old script. One could add it though. So where you have and/or similar (from Step 2 of the old script):
Code:
<a href="default.htm" class="menuanchorclass" onMouseover="dropdownmenu(this, event, menu1, '165px')" onMouseout="delayhidemenu()">Webmaster Links</a><br />
Add the highlighted as shown, and add the:
Code:
.menuanchorclass {
display: inline-block;
}
rule to the style section of Step 1 of the old script.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks