Drop Down Z-index
-
hi, I have a drop down list box and a menu bar above it. The menu bar produces drop down sub-menus on mouse over. But the Drop down list box is being displyed over the menu option. What can i do to display the sub-menus above drop down list. I am not able to get the z-index property for drop down list.... I am creating the menus in the master page, and the drop down list boxes are in some other .aspx files.
scarface
-
hi, I have a drop down list box and a menu bar above it. The menu bar produces drop down sub-menus on mouse over. But the Drop down list box is being displyed over the menu option. What can i do to display the sub-menus above drop down list. I am not able to get the z-index property for drop down list.... I am creating the menus in the master page, and the drop down list boxes are in some other .aspx files.
scarface
No need to repeat the same question again and again. Why not you use a floating IFrame just below the dropdown listbox. It will cover up the select control. Now manipulate the z-index of the menu.
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates