Results 1 to 5 of 5

Thread: Dropdown menu not working...

  1. #1
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dropdown menu not working...

    1) Script Title: Drop Down Tabs (5 styles)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...roptabmenu.htm

    3) Describe problem: Tab Menu not dropping down.

    I have installed this using your default information and plan to change it, but wanted to get it working first.

    This is installed on a vBulletin forum, therefore I have the CSS information in the Additional CSS info block with the html lists and script in the header template. I can see the tabs and click on them, but there are no dropdown menus as there should be.

    The URL is http://www.hometheatershack.com/forums ... HOWEVER, once you get there, you will need to scroll down to the bottom left corner and select the 1024 width style, because this is the style I am testing it on.

    Attachment 3110

    I would appreciate any assistance in getting this to work properly.

    Many thanks!

    Sonnie

  2. #2
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have now moved the CSS from the Additional CSS in Style Manager to a regular css file on the server.

    Still no drop down.

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

    Default

    There may be other issues, but looking at a snippet of markup for your main menu bar, ie:
    Code:
    <a onclick="pageTracker._trackPageview ('/outgoing/http_www_dynamicdrive_com_style_');" rel="nofollow" href="http://www.dynamicdrive.com/style/" rel="dropmenu1_b">CSS</a></li>
    The issue has to do with the duplicate rel="nofollow" attribute added to each of your main menu items. The script relies on the "rel" attribute pointing to the ID of the drop down menu DIV to work. Is there a way for you to remove the duplicate attribute? If not, an alternative solution is to modify the script to use another attribute instead. Let me know if you need that.
    DD Admin

  4. #4
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yep... that is a vBSEO function. I believe I can make exceptions or fix it somehow.

    Thanks... I totally overlooked it.

  5. #5
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did it... I added dynamicdrive.com to our exception list and it cleared it up. Once I change those to our links, it should no longer be an issue.

    Thanks again.

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
  •