I'm noticing the same issue in Safari 4.04 on Snow Leopard and haven't
been able to find a fix for this yet either.

On Oct 27, 3:36 am, NGARROD <[email protected]> wrote:
> I have a larger map that is displayed when a user clicks a button. I
> want this 'bigger' map to be static on the screen as the user scrolls
> the main page. I used the FIXED position type to do this. On Internet
> Explorer it works great but when I test it on AppleSafarithe main
> window and the Google map controls are fixed but the actual map moves
> a the main window scrolls.
>
> The map DIV I have used is listed below but in the example I have used
> STYLE not CLASS but the results are the same.
>
> It is very annoying. Can anyone help?
>
> <div id="bigmapDisplay" style="position:Fixed; left:200px; top:80px;
> border:3px solid #333333; width:800px; height:600px;
> visibility:hidden; background-color: #333333;">
>     <div style="border-style: none none solid none; border-width: 1px;
> border-color: #333333; background-color: #333333; width:790px; height:
> 30px; text-align:right; padding-top:8px; padding-right:10px">
>         <img id="btnbigmapClose" src="images/buttons/CloseMapG.jpg"
> onclick="hideBigMap()" onmouseover="this.style.cursor = 'pointer'"
> alt='Close Map' />
>     </div>
>     <div id="bigmap" style="position:Fixed; width:800px; height:559px;
> top:2px">
>
>     </div>
> </div>

--

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


Reply via email to