I have implemented the CSS Friendly menu in a web application project by adding the App_Browsers folder, App_Code/Adapters folder and the necessary javascript and css files. The implementation I am using is the simple menu example.
In the same application I also have an ajax DragPanelExtender - this is the one you can drag around.
I noticed that when you drag this panel, it goes over other controls but goes under the Menu control. There is also another problem that when the page initially comes up the menu control covers the drag panel extender and user cannot see it.
Is it possible to make the menu live in a plane that is below the drag panel extender or make the drag panel extender live in a plane higher than menu?
Thanks,
jsmtih