I realize the tree menu is still in development, but have what I hope to be a solution ready problem.
The tree menu in place is "simple" but has exhibited some odd behavior...like two top level menus with tree submenus, one functioning and one not...apparently identical...copied the functioning menu items over the non functioning submenu, then replacing, one by one, the old/functioning items with the desired menu items...at times, this "fixed" the problem.
That said, here is the problem at hand: Sub menu, upon mouseover, increases (not according to style) padding value, and does not displace the other top level menu items, such that the submenu appears over the lower top level menu items.
I have tried to use background colors, in and out of the css...to no avail.
http://www.ciclt.net/ncagbc
Any ideas?
Thanks for checking-
Stuart
tree menu with an attitude :)
-
- Advanced
- Posts: 20
- Joined: Mon Mar 21, 2005 6:26 pm
- Location: Atlanta, US
- Contact:
Re: tree menu with an attitude :)
Hi,
Try the following:
add itemheight=25; to your tstyle2
in your css styles for this menu and for the other one you have on the members item in this menu, remove the right and left padding of 2/4px and add text-indent:7px. See if that helps.
The problem is the padding, and I have no idea why it's doing what it is.
Ruth
Try the following:
add itemheight=25; to your tstyle2
in your css styles for this menu and for the other one you have on the members item in this menu, remove the right and left padding of 2/4px and add text-indent:7px. See if that helps.
The problem is the padding, and I have no idea why it's doing what it is.
Ruth