Also when viewing the error console in Firefox it shows an error which i ont fully understand, shown below:
Error: a is undefined Source File: http://maps.google.com/intl/en_ALL/mapfiles/151e/maps2.api/main.js Line: 341 On Apr 11, 5:30 pm, juddy <[email protected]> wrote: > after playing with this further i seem to have gone backwards as my > sidebar isnt relating to my markers any more at all! > > This is the section which is obviously not working for me: > > side_bar_html += '<a href="javascript:myclick(gmarkers.length)" > ' + > name + '</a> <br>' ; > > On my original map when the sidebar entry was clicked it would open > the appropriate info window. That doesnt work since I started to make > the mousover work and i cant spot what im missing out any ideas? > > On Apr 11, 2:01 pm, marcelo <[email protected]> wrote: > > > This is basic javascript, and not a Google Maps API question. > > > Hint: Don't use <a href ... > in the sidebar. Use <div onclick= ... > > onmouseover= ... > > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > On Apr 11, 2:52 pm, juddy <[email protected]> wrote: > > > > Hi, > > > > This one should be nice and easy but im finding myself very stuck. Im > > > trying to change the icon of my markers on the mouseover/out event. Im > > > able to change the colour when the mouse moves over the marker itself > > > but not the sidebar. > > > > My page is available > > > at:http://www.personal.leeds.ac.uk/~gy07dj/WebGIS/project.html > > > > Im not sure how to get my listeners to be attached to the sidebar > > > reference. Any help would be really appreciated. > > > > David --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
