Z-index for combo box
-
I have written menu (HTML) which works fine, which implies that user can hover the mouse and see all the available options. (i.e. File – New, Save as ..) For some reason I also have a Select object (Combo Box). (Bug in HTML that you can not change the Z-index of a Select object) Now if user hover the mouse on any menu item, the Select object is top of selection of that menu item’s selection and user can not see that. Is there any way so that I can change Z-index of Select object (Combo Box), so we could able to see the selection from menu? Agha Khan
-
I have written menu (HTML) which works fine, which implies that user can hover the mouse and see all the available options. (i.e. File – New, Save as ..) For some reason I also have a Select object (Combo Box). (Bug in HTML that you can not change the Z-index of a Select object) Now if user hover the mouse on any menu item, the Select object is top of selection of that menu item’s selection and user can not see that. Is there any way so that I can change Z-index of Select object (Combo Box), so we could able to see the selection from menu? Agha Khan
-
I have a Select object (Combo box) which is just under the menu bar. When my mouse hover the menu a drop down menu shows up, this is correct behavior. The Select object always has high precedence, so my menu items show beneath Select object (Combo box). My real question was to bring menu item above the Select object (Combo box). There must be a way. Try in HTML file any two objects, where one of them should be Select object. Try to change the z-order. You just can not. Thanks for reply Agha