Changing z-index should make no difference if the marker's mouseTarget
pane is different from the floatPane. It's almost as if the mouse
target DIVs are now in the floatPane, at least when the markers are
optimized. I'll experiment.

On Aug 24, 11:53 am, Pil <wolf...@gmail.com> wrote:
> The API manipulates the z-index values wildly and occasionally
> chaotic.
> Normally the trick can be very easy as seen in the follwing exaple.
>
> 'Testlink 1' is underneath the lightblue rectangle and can't be
> accessed by the mouse cursor. No cursor change happens.
>
> 'Testlink 2' is above the lightblue rectangle and accesible normally.
> Normal cursor change happens.
>
> No z-index value is set in the example. As soon as you change z-index
> values things can change completely. And completely changing the z-
> index values is what the Maps API is doing.
>
> http://www.wolfpil.de/normal-z-index.html
>
> ~
>
> On Aug 24, 7:19 pm, Gary Little <g...@luxcentral.com> wrote:
>
>
>
> > I have noticed that google.maps.InfoWindow correctly prevents the
> > cursor from changing to a pointer when the mouse rolls over a
> > clickable marker (including the new POI markers) covered by the
> > InfoWindow.
>
> > I am trying to mimic this same behavior in my InfoBox class and can't
> > figure out how to do it. The InfoBox DIV is created in the floatPane,
> > which is supposed to be above the overlayMouseTarget pane (and all
> > other panes) but when the mouse rolls over a portion of the DIV
> > covering a marker, the cursor changes to a pointer. I don't want the
> > cursor to change.
>
> > Any ideas?
>
> > By the way, InfoBox is located 
> > at:http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to