I am working on an asp.net application that uses the ArcGIS Javascript api in one its pages to display a simple map. Everything works fine and dandy.

The header of said page has a standard asp.net menu. Some of these menus have sub-items, so when you hover over the main menu item, a drop down opens up displaying said sub-items.

I am experiencing strange behavior when a menu drop down opens up over the javascript map control. Specifically, the sub menu items are all visible, and appear over top of the map (which is desired behavior). However, they are not selectable, like the map is blocking them from being selected. I have tried explicitly setting the map and menu's z-index property with no avail. Havent tried the actual map layer z-index yet, how would I do this?

Any other thoughts as to why this is happening?

link|improve this question

61% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.