1) Script Title: DD Mega Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ddmegamenu.htm
3) Describe problem: How do I get the submenu div to appear above the main menu bar rather than below it?
1) Script Title: DD Mega Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ddmegamenu.htm
3) Describe problem: How do I get the submenu div to appear above the main menu bar rather than below it?
Try finding the below block of code inside the .js file, and add to it the part in red:
Code:if ($submenu.data('istopmenu')){ $anchors.removeClass('selected') $anchor.addClass('selected') } else offset.top-=$submenu.outerHeight()+$anchor.outerHeight()
DD Admin
Thanks very much.
Bookmarks