I am trying to speed load time of my map page, and so I switched my
icons to CSS sprites. They look great, but the info window no longer
pops up on click. The hover state shows a pointer, but nothing happens
when you click.

All I did was change:
        iconBlue.image = '/images/icons/yBlue.png';
to:
        iconBlue.sprite = {image:"/images/icons/markers.png", top:64}
for each icon.

Before: www.yogoer.com
After: www.yogoer.com/test.php

Has anyone else seen this problem? Thanks.
Erica
--~--~---------~--~----~------------~-------~--~----~
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