Dear listers!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a problem about trigger event on firefox2.0, Currently I&#39;m using openlayers-2.5,and construct a marker like this:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var marker = new OpenLayers.Marker(lonlat);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
marker1.events.register(&quot;mouseover&quot;, marker1, function(evt) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alert(&quot;test&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Event.stop(evt); });<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; markers.addMarker(marker1);<br>when I use IE7,there is no problem,I can see the alert window,but when I use 
firefox2.0,it seems like the event never fired,nothing happend on the screen.Did anyone encounter the same problem,or it&#39;s just my code&#39;s problem,Am I missing anything about events.Thanks for any kind of help!<br>
&nbsp;<br><br>Regards.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>