Results 1 to 3 of 3

Thread: Tabs Menu (mouseover) script

  1. #1
    Join Date
    Oct 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Tabs Menu (mouseover) script

    Hi,

    I'd like to use the Tabs Menu (mouseover) script, which seemed to be just what I was looking for, on my site. However, I've noticed what could be a bug or just the way it was designed. What I mean is that the menu functions fine when you place your mouse over a nav link - the sub menu shows up - great - and goes away after a delay - again great - but if you move your mouse up instead of down the sub menu does not fade away after the delay. Moving the mouse down over and out of the sub menu area causes it to fade away, as was intended.

    If at all possible, I'd like to the sub menu to go away whatever direction the mouse pointer is moved. I've tried the menu in Firebird's latest version and IE6 - on XP Home with SP2 - but the same thing happens

    Perhaps you could suggest how to change the script It is very good and I do really want to use it.

    Many thanks (the script sure has saved me tons of time - I know very little about scripting and do not have the time to learn, I'm afraid )

    Alex

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

    Default

    Firstly, please always post a link to the script in question as indicated by the Sticky at the top of the forum. In this case, link is: http://www.dynamicdrive.com/dynamici...bmouseover.htm

    Yes, this was by design. In order for the subcontents to disappear when the user moves the mouse out upwards from the tab link(s), you'll need to add the part in red below inside each tab link:

    Code:
    <a href="http://www.javascriptkit.com" onMouseover="showit(0)" onMouseout="resetit(event)"  >JavaScript Kit</a>
    Repeat this for each tab link.

  3. #3
    Join Date
    Oct 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ddadmin,

    First, sorry I did not post the link to the script - will do in future.

    Second, many thanks for the response and the solution. I shall modify the script accordingly.

    Thanks again,

    Regards,

    Alex

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
  •