N
Nick K
I am having trouble using the Z-INDEX on ASP.Net Web Controls.
I have a drop-down menu above some <INPUT> and DropDownList controls. The
menus are dropped down by JavaScript.
I set the menus to use a style of "Z-INDEX:1000;position:relative;" and the
controls listed above to use a style of "Z-INDEX:1;position:relative;"
The <INPUT> control is covered up by the menu, when dropped down (as it
should be) and the ASP.Net Web Controls are not.
Is there a trick I should know about?
I have a drop-down menu above some <INPUT> and DropDownList controls. The
menus are dropped down by JavaScript.
I set the menus to use a style of "Z-INDEX:1000;position:relative;" and the
controls listed above to use a style of "Z-INDEX:1;position:relative;"
The <INPUT> control is covered up by the menu, when dropped down (as it
should be) and the ASP.Net Web Controls are not.
Is there a trick I should know about?