Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Menu reappears upon returning to the initial page.

  1. #11
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  2. #12
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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:

    Code:
    <a href="http://math.uakron.edu/research/index.html" onClick="hidemenu()" onmouseover="dropdownmenu(this, event, menu4, '250px')" onmouseout="delayhidemenu()">Research</a>
    The code in red is new. Repeat this for each anchor link on your page.

  3. #13
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It is not elegant, but it works! Many thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •