Thanks, had actually fixed the problem on my own. I think the problem that the HTML passed into the GInfoWindow method comes out wrapped in its own div whose width and height is calculated on the fly, and so my css (in an external stylesheet) wasn't affecting it. Once I set the styles within the Javascript code it was fine. It may well not be the best solution, but it'll do for now.
James On Oct 8, 6:38 pm, marcelo <[EMAIL PROTECTED]> wrote: > On Oct 8, 6:17 pm, James2804 <[EMAIL PROTECTED]> wrote: > > > > > Firebug shows that the window appears to contain a div element whose > > First, your infowindows look fine to me, both in FF2 and IE6. (Clear > your cache). > > Then, what do you mean by "the window appears to contain"? > The infoWindow contains what you put there. > Just wrap the contents on a div with a class name, and then set the > css. > > -- > Marcelo -http://maps.forum.nu > -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
