Hi stylecramper,

The problem looks to be:

.location-map div {
  height: 200px;
  right: 0;
  top: 0;
  width: 260px;
}

This is causing all divs under .location-map to always have the fixed size
and position.

You can change '.location-map div' to be '#gmap1, #gmap2, #gmap3' and it
should work, or alternatively you can create a new class that has those
styles and add the class to your gmap* div's

Hope this helps
-- Luke


On Wed, Jul 28, 2010 at 9:24 AM, 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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.

Reply via email to