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.

-- 
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.

Reply via email to