Results 1 to 2 of 2

Thread: Drop Down Tab Menu - Main Menu Items don't link

  1. #1
    Join Date
    Feb 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Drop Down Tab Menu - Main Menu Items don't link

    1) Drop Down Tab Menu

    2) http://www.dynamicdrive.com/dynamici...roptabmenu.htm

    3) After implementing the code, I have found that the parent items on the drop down menus don't link! For example, I use the following code:

    <ul>
    <li><a href="laptops.php" rel="dropmenu1" rev="testfield"><font face=Verdana color=black size=2>Notebooks</font></a></li>
    <li><a href="desktops.php" rel="dropmenu2"><font face=Verdana color=black>Desktops</font></a></li>
    <li><a href="hpc.php" rel="dropmenu3"><font face=Verdana color=black>HPC & Servers</font></a></li>
    <li><a href="htpc.php" rel="dropmenu4"><font face=Verdana color=black>Media PCs</font></a></li>
    </ul>
    However, while the link shows up in the browser' status bar when you hover, clicking does nothing!

    Any reason for this? Am I missing something?

    Thanks,
    loafy

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

    Default

    This is configurable within the script actually. Inside the .js file, near the top, set the below var to false:

    Code:
    disablemenuclick: false, //when user clicks on a menu item with a drop down menu, disable menu item's link?

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
  •