Results 1 to 2 of 2

Thread: problem with Smooth Navigational Menu

  1. #1
    Join Date
    May 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with Smooth Navigational Menu

    Dear All

    i am using Smooth Navigational Menu it is working very well in route file(.aspx) but the problem arises when .aspx page having in a folder. menu control not getting dropped down.

    what would be the probem
    please reply




    http://www.dynamicdrive.com/dynamici...smoothmenu.htm










    @I want to suggest u that "New Thread" button is not property organized in this web site I am not getting this button for a hour.

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

    Default

    Hmm are you saying the same .aspx external file (menu content file) that shows up fine when in one directory no longer does when it's located in another folder? Make sure the path to the new file location is correct inside the contentsource setting:

    Code:
    ddsmoothmenu.init({
    mainmenuid: "smoothmenu-ajax",
    //customtheme: ["#1c5a80", "#18374a"], //override default menu CSS background values? Uncomment: ["normal_background", "hover_background"]
    contentsource: ["smoothcontainer", "smoothmenu.htm"] //"markup" or ["container_id", "path_to_menu_file"]
    })
    DD Admin

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
  •