On Apr 23, 1:01 pm, SWOOD <[email protected]> wrote: > I'm stumped... I have built a Google Map with buttons that toggle the > markers on and off but when the page initially loads, the buttons are > not checked. > Here is the link to the maphttp://www.richmondmediamarketing.com/googlemaps > > It actually works fine in my PC Firefox (sometimes) but not in any > other browsers. > It's probably an easy fix but I can't seem to crack it. > Any help is greatly appreciated. > Thanks, > Swoodhttp://www.dfxpro.com >
I know you are using a google map... but don't you think this question would be better answered in a general html design group? (or maybe even a search on the web?) -- Larry PS - try investigating the javascript errors in IE... IE6 reports: Line: 118 Error: 'document.getElementsById(...)' is null or not an object on this line: document.getElementById(category+"box").checked = false; (which is probably why it doesn't work...) category is "lhpop" There is not element on your page with id "lhpopbox"... -- Larry > PS - the buttons are toggled by category which is set in the XML > file... nodes.xml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
