Hi List,<br><br>I have a small Internet Explorer issue, I hope somebody has dealt with this before, as I'm not able to fix it myself apearantly...<br><br>I have a Markers layer. If you hover over a marker, it get's highlighted. (or: replaced by a different marker) When the mouse stops hovering, it should pop back to original state. <br>
<br>m is the current marker:<br><pre style="font-family:Consolas;color:black;background:none repeat scroll 0% 0% white">m.events.register(<span style="color:rgb(163,21,21)">"mouseover"</span>, obj, <span style="color:blue">this</span>.HoverMarker);
m.events.register(<span style="color:rgb(163,21,21)">"mouseout"</span>, obj, <span style="color:blue">this</span>.UnHoverMarker);</pre><br clear="all">This works fine on Firefox, but on Chrome and IE, only the mouseover works. When I stop hovering on the image, it never returns to it's starting state.<br>
When on Firefox, this works fine.<br><br>I tried using JQuery as well, but I don't know the element id at this point in time. <br><br>Is there anyone who got this working on IE/Chrome?<br><br>Regards,<br>Casper Span<br>
<br><br><br>-- <br><br>Casper Span<br>T: <a href="https://twitter.com/#%21/Span_Droid" target="_blank">@Span_Droid</a><br>W: <a href="http://www.spatially-oriented.com" target="_blank">http://www.spatially-oriented.com</a><br>
M: <a href="mailto:info@spatially-oriented.com" target="_blank">info@spatially-oriented.com</a><br><br><br>