Susannah, that was it - one of my rules was too general and was styling all the divs inserted by the map API. Thanks!
On Jul 27, 4:24 pm, "Susannah (Google Employee)" <[email protected]> wrote: > Hi stylecramper, > > You have a lot of CSS on your page that is affecting the rendering of > all elements on the page. I didn't figure out exactly what's causing > the map not to be draggable, but by disabling all of the inherited > styles from style.css, the map becomes draggable again. > > You should uses classes to ensure that your styles do not interfere > with the map styles. > > Hope this helps, > Susannah > > On Jul 28, 8:20 am, stylecramper <[email protected]> wrote: > > > > > I've added a JavaScript map to a page > > here:http://neomama.com/dev/schedule/locations > > . The map shows up perfectly, but it doesn't react to the mouse in any > > way - even the title of the marker is disabled. I assume I must have > > done something wrong for that to happen. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
