Expandable menus (like nice menus module) are hidden behind openlayers map objects in every page that has an openlayers map.
Is there a way to set map objects backwards?

Comments

jpulles’s picture

Did you check css z-index values of the menus and map objects using Firebug? You can maybe try to change a z-index with the style parameter as in the demo at http://aardbodem.nl/?q=node/75. The z-index of the OpenLayers panzoom controls are set at 1004 by the OpenLayers library.