I have a menu in the upper left corner of the form and a few text boxes to the right of it. When I scroll over a menu item a sub menu will pop up however this sub menu is being overlapped by the textboxes on my form. In visual web developer I sent the menu to the front and the text boxes to the back. This changed the z index of the menu to 100 and the z index of the text boxes(which are inside a formview) to 99. But the menu items are still being overlapped by the textboxes.
I want the menu items of the sub menu to display on top of the text boxes not behind. Anyone know what could be going wrong?
I want the menu items of the sub menu to display on top of the text boxes not behind. Anyone know what could be going wrong?