[map module0.5.1] alignment issues in IE
|
floridave
![]()
Joined: 2003-12-22
Posts: 25961 |
Posted: Fri, 2006-05-12 19:47
|
|
In another thread OwenF wrote: OwenF wrote:
I may not be following this properly - but whats going on with In IE you can see the issue: There is a known bug in the Google map API. IE positions the map div incorrectly if the map is contained inside something else that has align="center" or align="right". Don’t know when google will fix. One could edit the template to remove the align I guess. |
|


Posts: 19
argh - knew I meant to post something else today.
Thanks for pointing that out - i'd spotted it last night just before I went to bed and forgot to update my post.
I centered mine using margin-left/right in css and thankfully that stops the map going awol in IE. Hopefully they will put a fix in place soon, but at least it can be worked around.
-----------------------------
http://www.gonewalkabout.info
Posts: 25961
For others
.themap { margin-left:auto; margin-right:auto; text-align:center; }seems to work if you want the map to be center.
Dave
Posts: 1894
I'll get that added to the files

-------------------------
The Termite