Frank, I went with Mike's simpler solution first and it turned out to be the culprit (still kicking myself!).
Thanks for taking the time to take a look and for posting here. I may, still, try implementing your solution, too... just in case there's some other bugaboo hidden away, waiting to vex me sometime down the road! Thanks again. - John On Jun 11, 1:40 am, dfd <[email protected]> wrote: > I'm not sure it it makes any difference, but you may try to define the > callback as parameter in google.load and call google.load after DOM > ready. > > ~~~ > window.onload = loadMaps; > > function mapsLoaded() { > var map = new google.maps.Map2(document.getElementById("map")); > map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13); > > } > > function loadMaps() { > google.load("maps", "2", {"callback" : mapsLoaded});} > > ~~~ > > HTH, Frank > > On 11 Jun., 09:57, bcbounders <[email protected]> wrote: > > > > > Can anyone provide any insight/ideas as to why the Zoom (and > > positioning) controls along the left-hand side of the Google Map > > embedded on this page are not clickable? They don't work in any > > browser on OS X, and ONLY work in IE6 on WinXP (that I know of). They > > don't work in FF2/FF3 or IE7/IE8. > > >http://tinyurl.com/mrd4ww > > > I have tried everything that I can think of: removing all other > > javascript files, removing the side-bar to the left of the map, and > > changing to positioning/z-index of the targeted #googleMap div. > > Nada. Nothing. Can't get the controls to work. > > > I'd appreciate it if someone here could take a look and provide some > > ideas... I'm fresh out! > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
