On Feb 21, 9:53 am, Esa <[email protected]> wrote: > Line 165 of main.js is a general helper function for setting z-index > of an element. > > function fg(a,b){a.style.zIndex=b} > > API uses the function a lot. > > If you set a Firebug breakpoint there, the first time that you can see > b is NaN is really when you click a marker. That happens when API > tries to set z-index of images "transparent.png". > > Decent browsers do not throw errors with invalid css property values. > They simply ignore those.
Hi Esa - The problem is that most people out there seem to use an indecent browser. I noticed the NaN at 165 appearing when I clicked the marker. Is there any way non-invasive way to force a value for b or does it not really matter? Joe -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
