On Jan 2, 3:38 pm, "[email protected]" <[email protected]> wrote: > Dears, > I am using Google map in my site but I face the following issue: > The map images not upper in it is frame you can see it on the > following like : > > http://www.fasttravian.com/GetOfferDetails.aspx?AdvertisementID=2
Looks fine to me in Firefox 3.0.5 on WinXp, what browser/OS are you using? Ah, IE. You should search for "IE table". You map div and script are inside a table. You can leave the div where it is, but he script needs to be at the bottom, just before the </body> tag, and after all open tags are closed (or it can be defined in the head and run in an onload function). The problem is IE doesn't assign a non-zero size to the map div until the DOM is completely defined. By that time your script has already run and created the map. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
