I have a map that works fine except that two of the custom markers are unclickable in Firefox.
The map is at http://www.countymarquees.com/venues.htm The gicons are all set up the same way, following Mike Williams tutorial. The last two - castle and restaurant - just wont be clicked. I'm probably missing some really obvious and stupid error. But I just can't see it. var gicons=[]; gicons["house"] = new GIcon(baseIcon, "/maps/icons/houseTiny.png", null, "maps/icons/house_shadow.png"); gicons["house"].imageMap = [3,2,16,4,16,16,1,13]; gicons["house"].over = "houseTinyOver.png"; ...more gicons... gicons["sports"] = new GIcon(baseIcon, "/maps/icons/sports.png", null, "maps/icons/sports_shadow.png"); gicons["sports"].imageMap = [11,-1,0,9,11,22,24,11]; gicons["sports"].over = "sportsOver.png"; ...problem icons... gicons["castle"] = new GIcon(baseIcon, "/maps/icons/castle.png", null, "maps/icons/castle_shadow.png"); gicons["castle"].imageMap = [1,1,14,14]; gicons["castle"].over = "castleOver.png"; gicons["restaurant"] = new GIcon(baseIcon, "/maps/icons/ restaurant.png", null, "maps/icons/restaurant_shadow.png"); gicons["restaurant"].imageMap = [1,1,15,14]; gicons["restaurant"].over = "restaurantOver.png"; -- 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=.
