Log in

View Full Version : Resolved submneu align to left



woooody
05-04-2009, 07:37 PM
Hi All.
how can i make Submenu align to Left in nested side bar menu

http://www.dynamicdrive.com/style/csslibrary/item/nested_side_bar_menu/

woooody
05-04-2009, 10:09 PM
Hi,, i solve it..

ultags[t].style.right=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
else //else if this is a sub level submenu (ul)
ultags[t].style.right=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it