Thanks again ... but the change did not seem to make a difference - click on the link than come back - menu pops up automatically and stays visible until the cursor is in a firefox window![]()
Thanks again ... but the change did not seem to make a difference - click on the link than come back - menu pops up automatically and stays visible until the cursor is in a firefox window![]()
Ok, at this point we might as well just do the least elegant but most direct way to get the menu to disppear when the anchor link is clicked on. Inisde each anchor link, add the below:
The code in red is new. Repeat this for each anchor link on your page.Code:<a href="http://math.uakron.edu/research/index.html" onClick="hidemenu()" onmouseover="dropdownmenu(this, event, menu4, '250px')" onmouseout="delayhidemenu()">Research</a>
It is not elegant, but it works! Many thanks!
Bookmarks