Ok, now I'm confused. By default the Chrome Menu does let you increase the delay before a submenu disappears, via the variable:
Code:
disappeardelay: 250, //set delay in miliseconds before menu disappears onmouseout
For example, you can change the above to 1000.
Furthermore, you asked if the script can be modified to work with ULs and LIs. How so? The main menu items are already created using ULs and LIs:
Code:
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="http://www.dynamicdrive.com">Home</a></li>
<li><a href="#" rel="dropmenu1">Resources</a></li>
<li><a href="#" rel="dropmenu2">News</a></li>
</ul>
</div>
I think the confusion is since you haven't actually included the script on your test page yet, so there's no visual picture in my mind of just what you're trying to accomplish.
Bookmarks