Ok, so I'm putting together a map for work and I'm new to the whole Javascript and Google Maps API (3) stuff... I've got logos as icons but they don't work once events start happening... I need to have the logos show up on hover (there is a loop that makes them, you can see the code in the source code of the (source) <http://www.newhometeam.net/zyx/index.php>page)... Anyway, I generate all the data in a PHP loop before-hand for each separate logo and toss it into a "logos.push(...)" thing to make an array...
Ok, so my issue is that I have an icon for each marker and I want those logos to show up when I hover over the marker (and preferably pop out to the highest z-index too) and then go back to "normal" on mouseout... I've tried everything I can think of and it's just not working. The closest I can get to happen is the logos showing up as the main marker and then once things start being hovered over, they just all fall apart. Thanks in advance for any help or suggestions. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/dPWobk03CfEJ. 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-js-api-v3?hl=en.
