View Full Version : Centering Pro Maps For Google
gary917
06-01-2009, 06:42 AM
Could you please tell me how to center Pro Maps For Google in FireFox? I map center in Explore but not FireFox.
http://www.okhardwood.com/index.html
Thanks
rhys232214
07-19-2009, 06:33 PM
It's not elegant, but added another set of <div></div> tags around the set that contains the map.
I have a page that contains something like this:
<div align="center">
<div id="wagmp_map_1" style="width: 500px; height: 300px;"></div>
</div>
Adding the centering command to the original div tag had no effect. I see that you did something similar in your code. This is slightly different but it worked for me.
ned378807
07-20-2009, 12:03 PM
<div align="center">
<div id="wagmp_map_1" style="width: 500px; height: 300px;"></div>
</div>
Thats the solution I came up with, the only problem is it seems to centre the information in the info balloons too :-(
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.