Results 1 to 5 of 5

Thread: All Levels Navigation Menu Help Needed!

  1. #1
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default All Levels Navigation Menu Help Needed!

    1) Script Title: All Levels Navigation menu (v2.0)

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

    3) Describe problem: Apparently I've messed up somehow. The menubar does not appear at all and the menu selections appear as a vertical list of links where the menu should be. Can be seen at www.calpictures.com/pre-release/index.html

    Thanks!

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Change this:
    Code:
    <link rel="stylesheet" type="text/css" href="StyleSheets/ddlevelsmenu-base.css"/>
    <link rel="stylesheet" type="text/css" href="StyleSheets/ddlevelsmenu-topbar.css"/>
    <link rel="stylesheet" type="text/css" href="StyleSheets/ddlevelsmenu-sidebar.css"/>
    to this:
    Code:
    <link rel="stylesheet" type="text/css" href="stylesheets/ddlevelsmenu-base.css"/>
    <link rel="stylesheet" type="text/css" href="stylesheets/ddlevelsmenu-topbar.css"/>
    <link rel="stylesheet" type="text/css" href="stylesheets/ddlevelsmenu-sidebar.css"/>

  3. #3
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks, Snookerman

    Much appreciated! It really helps when you're awake - I can't believe I missed that.

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome! Sometimes all we need is a pair of fresh eyes.

  5. #5
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Got another problem with this menu. It seems the submenu disappears as soon as I try to move to it from the top menu bar. This prevents me from selecting a choice from the submenu. Any ideas on this?

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
  •