Results 1 to 3 of 3

Thread: All Levels Nav Menu 2.2 - submenus fly out to the left?

  1. #1
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default All Levels Nav Menu 2.2 - submenus fly out to the left?

    1) Script Title: All Levels Navigational Menu v2.2

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

    3) Describe problem: This is a query rather than problem - I have a fixed width page layout where the menu is on the right so rather than having the sub-menus fly out to the right, can the script be easily tweeked to make the menus fly out to the left by default, even if the monitor is wide enough to accommodate a right hand flyout?

    (at the moment I have just disabled the slide effect)

    If its a big job, its no big deal but I just thought I'd enquire on the offchance.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

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

    Default

    It's easy to get the sub menus to always drop down to the left of the parent UL. However, this doesn't change the slide effect's direction from left-right to right-left instead (which is much more difficult). For the former, inside the .js file, try commenting out the below two lines:
    Code:
    			//if (submenurightedge-scrollX>ddlevelsmenu.docwidth){
    				menuleft+= -this._dimensions.submenuw + (this._istoplevel && dir=="topbar" ? this._dimensions.w : -this._dimensions.w)
    			//}
    DD Admin

  3. #3
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    That's great, thank you - I can live without the slide effect so no worries
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

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
  •