Hi,
I am using <webtab> and <webdatamenu> inside the <updatepanel> control. The problem is when i am doing a mouse over on <webdatamenu> menu is appearing behind the <webtab>. Do we have to change any properties of <webdatamenu> to resolve this issue?
Thanks,
Mit
Thanks for the tip. I had the same issue. I had to change my content tab to position:relative and a zindex of -999 for it to work though.
Steve
Thank you so much. That worked perfectly.
Wendy,
Since Infragistics won't respond to you, I will give you my solution, and hopefully it will work for you as well. I gave up on trying to manipulate the Infragistics controls, and instead wrapped my menu and main content with div tags, and then set the z-index on those, like so:
<div id="MenuDiv" style="z-index:250000;">
<div id="ContentDiv" style="z-index:0;">
Chad
I have received no reply from Infragistics or otherwise and have not found a work around.
Was there ever a solution for this issue? I am having the same problem, with the same set up as Wendy.