> With marker:  http://tinyurl.com/3zvufky
> Problems with this map:
> - PNG icons do not display in IE, which uses the default icons

I think you have some CSS applying to map <img> tags that is messing
it up, e.g. making print images visible.  Your map is within a <div
id='glossary_content'> which is styled with
#glossary_content img, ...  { display: block; }
coming from some unintelligible filename

> - map.setCenter not adhered to
> - Grey box

Usual consequences of having map div inside a table, and running the
intialiose script before the page rendering is complete ; the map div
size is indeterminate.  Give it a fixed size or run the script after
page load complete.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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