I see the richmarker. looks like they use overlayView with custom DIV for content. I beleive it gives mouseover and out. I used this link http://google-maps-utility-library-v3.googlecode.com/svn/trunk/richmarker/examples/richmarker.html and changed content to the below. I see that the mouse pointer does not work for the whole div and getting many mouseovers and mouseout. inner div gives mouseover/out also. any idea why? I kind of expect mouseover for the whole outter div. *
<div> <div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:10px; margin-top:2px; text-align:left; background-color:#00ff00;width:27px; height:1px; overflow: hidden; text-indent:11px;' >*</div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:9px; margin-top:3px; text-align:left; background-color:#00ff00;width:29px; height:1px; overflow: hidden; text-indent:11px;' >*</div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:8px; margin-top:4px; text-align:left; background-color:#00ff00;width:31px; height:3px; overflow: hidden; text-indent:11px;' >*</div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:7px; margin-top:7px; text-align:left; background-color:#00ff00;width:33px; height:3px; overflow: hidden; text-indent:11px;' >*</div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:6px; margin-top:10px; text-align:left; background-color:#00ff00;width:35px; height:2px; overflow: hidden; text-indent:11px;' >*</div> * <div class='busLabel' style='position: absolute; margin: 0; padding:0; margin-left:2px; margin-top:1px; font-size:7pt; text-align:center; width:41px; height:10px; overflow: hidden;' > 20 *</div> </div> * <div class='busLabel' style='background-color: black; color:white; margin-top:8px; margin-left:8px; margin-right: 35px;'> <div class='busLabel' style='position: absolute; margin-top:35px; font-size:7pt; text-align:center; width:30px; height:10px; overflow: hidden;' > 1054 *</div></div>* *</div> * -- 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/-/4txdbOHV670J. 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.
