View Full Version : Resolved submneu align to left
woooody
05-04-2009, 08: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, 11: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
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.