This hasn't got anything to do with the Maps API but instead your CSS. Why
are you including the default.css from the Maps examples page? You should be
ok if you just remove that include.

-- Luke

On Wed, Mar 23, 2011 at 8:47 AM, Rick Donohoe <[email protected]> wrote:

> Map: www.my-walk.com/index.php
>
> I had my map placed all fine, and I can't get my head round it but any maps
> on my page are now positioned top left.
>
> Firebug shows the styling as:
>
> element.style {
>     background-color: #E5E3DF;
>     overflow: hidden;
> }
> #map_canvas {
>     border: 2px solid #999999;
>     float: left;
>     height: 300px;
>     width: 450px;
> }
> style.css (line 28)
>
> #map_canvas {
>     bottom: 0;
>     height: auto;
>     left: 0;
>     position: absolute;
>     right: 0;
>     top: 0;
> }
> default.css (line 11)
>
> I assume it is the bottom left right top: 0, 0, 0....
>
> How do I fix this? Is this issue to do with the new release?
>
> Rick
>
> --
> 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.
>

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