Hi-- Thanks for the quick response and apologies for the delay in responding. I've just played with the code for a bit and I figured out the cause of the problem. I had an absolute positioned div at 0,0 with a width of 100%, height 100% with a z-index under a div or two which provided the standard page header stuff and some functionality for the page. As soon as I popped the z-index for the map above the other divs, it worked fine.
This was working on a previous version of the API, which either implies that I've not changed something that I should have, it wasn't supported, or there's a regression. I suppose that perhaps the best way to fix this would be to have my content as a custom overlay within the map, but is there an easier way to achieve the desired behaviour? In the interest of fixing it for my users, I've gone with the easier of the workarounds which was to move the div down on the page such that there are no div's above it and this works OK, albeit not as beautiful as the older LAF. Thanks for any assistance. Eric On Jun 1, 9:56 pm, Luke Mahé <[email protected]> wrote: > Do you have a link that shows what you have tried so far? > > -- Luke > > > > > > > > On Thu, Jun 2, 2011 at 2:37 PM, etheriau <[email protected]> wrote: > > Anyone? TIA. > > > Eric > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/google-maps-js-api-v3/-/NEd0TXFqdVJnWGtK. > > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
