In Map.js, you will find:

    Z_INDEX_BASE: { BaseLayer: 100, Overlay: 325, Popup: 750, Control: 1000 },

which is how the z index of the different layers, popups, and controls
are determined.

I *believe* that if you do something like

OpenLayers.Map.Z_INDEX_BASE.Popup = 2000;

that should fix it.

...sure, you're overwriting a defined constant.... but hey.. that's
what JS is all about.

Erik



On 7/16/07, Glen Stampoultzis <[EMAIL PROTECTED]> wrote:
> Is it possible to make popup's display above controls?
> _______________________________________________
> Users mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to