[Mapbender-users] sel_area box hidden behind map images
Marc Jansen
jansen.marc at gmx.de
Tue Sep 18 16:28:42 EDT 2007
Hi Michael,
an interesting question. As the W3C states, allowed values for z-index
are -- beneath auto and inherit -- integers (even negative ones, see
http://www.w3.org/TR/CSS21/syndata.html#value-def-integer). There is
AFAIK no maximum value specified for the integer in the context as a
value for z-index
(http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index). A quick
Google search suggested a logical maximum value: 2147483647 seems to
be the max allowed value (= max size of a signed 32bit integer, see
http://www.webmasterworld.com/css/3171986.htm).
I therefore guess that any value up to, say, 10000 should be ok. I don't
know of any sideffects due to high values for z-index.
If I wrote nonsense, please correct me ;-)
eine interessante Frage.Laut W3C sind erlaubte Werte für z-index --
neben auto und inherit -- Ganzzahlen, auch negative
(http://www.w3.org/TR/CSS21/syndata.html#value-def-integer). Soweit ich
weiß ist kein Maximalwert für den Kontext z-index spezifiziert
(http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index). Google hilft
mit einer konkreteren Zahl: 2147483647 scheint ein Maximum zu sein (die
Zahl ist der maximale werte einer vorzeichenbehaftetetn Ganzzahl auf
32bit Systemen, vgl.http://www.webmasterworld.com/css/3171986.htm).
Daher sollten Werte bis, sagen wir, 10000 OK sein, schätze ich. Ich weiß
von keinen Nebeneffekten, die durch hohe Z-Indizees verursacht werden.
Sollte ich Unsinn geschrieben haben, bitte korrigieren ;-)
-- Marc
Michael Schulz schrieb:
> Hi,
>
> have you ever experienced the problem, that the red (or whatever color
> you give it) zoom box outline is hidden behind some map images? I
> noticed that when my gui apparently had too many wms services
> assigned. So that the z-index of some maps is above the z-index of the
> box outline.
>
> I've changed the z-index of the zoom box, so that they were again on
> top, but do you know of possible side-effects?
>
> Cheers, Michael
>
> ---
>
> hat jemand schonmal bemerkt, dass die rote Zoombox plötzlich hinter
> einigen Kartenbildern liegt? Fiel mir auf, als mein GUI offensichtlich
> zu viele wms dienste enthielt und damit der z-index der kartenbilder
> den z-index der Linien roten Box überschritt.
>
> Habe mal den z-index der Linien erhöht, dann sind sie wieder vorne.
> Aber kann das irgendwelche Seiteneffekte haben?
>
> Viele Grüße, Michael
>
>
More information about the Mapbender_users
mailing list