I have a javscript menu set inside a usercontrol (.ascx) that is loaded on each page in the app. Everything works fine, except the z-index of the menu set. The menu slides out under the controls of any page it is loaded on. No matter what I try, no matter-how I set the position of the table it is in, or it's z-index, nothing is working.
My question is this: Is this a known issue with user controls? Is it possible to influence the stacking order in .net differently?
My question is this: Is this a known issue with user controls? Is it possible to influence the stacking order in .net differently?