There’re zillions of articles about it, but almost nothing is a simple and step-by-step guide. Somehow I managed to figure out most of functions of Googlemaps Plugin (Joomla extension). What I got you can see here:
It’s all nice…but I can’t figure out how to change background color of the balloon (infowindow) from #fff to #ebf3fb (it’s a color of page’s sheet to match it better).
I don’t care whether it’s a JS or a CSS-based solution, as long as it’s easy to implement in Joomla!.
The weirdest part is that when I open Firebug, it shows that the lowest part in the middle of the balloon (the one that connects the balloon to the marker) doesn’t belong to the same div style!
What I’ve found out so far is how to change the color of an inner rectangle within the balloon where my text and photo are, but then there’s a thick white border around it. It’s probably still looking nicer than the whole white bg.
I just added this: background: #ebf3fb; to this: div style="text-align:center;
And I got this: '<div style=“text-align:center; background: #ebf3fb;”
And how you found out about that code if you don’t have access to it? And is there a way around it to edit the code?
I re-checked your solution and I think I would rather stick to infowindow, even the all white one. That infobox as it appears on an example page is even uglier.
I don’t know…I saw the example and I didn’t like it. Enough said. What I need is to customize the EXISTING infowindow exactly as it appears and functions within Google Maps interface. I’m not looking to invent the wheel…sorry.