BoulderBum
Programmer
I link my page to a JavaScript template which has some drop-down menus for navigation. Everything works fine, except that when a menu overlaps my DropDownList, the DropDownList ends up being BEHIND the menu.
I tried having my DropDownList subscribe to a CSS class with a Z-INDEX of -2 to -5000, but that doesn't seem to help at all.
What can I do to make the menu stuff appear IN FRONT OF my DropDown?
I tried having my DropDownList subscribe to a CSS class with a Z-INDEX of -2 to -5000, but that doesn't seem to help at all.
What can I do to make the menu stuff appear IN FRONT OF my DropDown?