I have an aspx page containing a menu and some other controls including dropdown list.The problem is when i hover the mouse on menu control it displays all menu items.
But the part where dropdown control is renderd the menu part is gone behind the dropdown. I heard that it is aproblem of IE6 and related to z-index and all.
My sceario is like this:
1.I have a user control which contains the menu .This also contains some javascript to generate the menu depending on the menu item selected.
2. I put this user control to a Masterr page
3. There is a dropdown list (which is the culprit) in content page which is always on top of th menu.
I came to know that iframe is a solution. But I cant make it workable in my scenario.
Could anybody lend a helping hand here.
Thanks in advance,
Jaleel
But the part where dropdown control is renderd the menu part is gone behind the dropdown. I heard that it is aproblem of IE6 and related to z-index and all.
My sceario is like this:
1.I have a user control which contains the menu .This also contains some javascript to generate the menu depending on the menu item selected.
2. I put this user control to a Masterr page
3. There is a dropdown list (which is the culprit) in content page which is always on top of th menu.
I came to know that iframe is a solution. But I cant make it workable in my scenario.
Could anybody lend a helping hand here.
Thanks in advance,
Jaleel
Comment