Google Maps Bubble Templates - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T04:48:25Zhttp://stackoverflow.com/feeds/question/262504http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/262504/google-maps-bubble-templates1Google Maps Bubble TemplatesWilco2008-11-04T17:00:24Z2009-07-06T19:15:48Z
<p>Googling has been difficult because I can't get results specific enough - wondering if my fellow SO-ers have any insight. Are there any handy CSS/HTML templates out there to make inserting content into a google maps bubble easy? I'm throwning together a quick-n-dirty mashup and wanted to avoid spending time styling manually if I can avoid it.</p>
<p>For reference, this post is somewhat related and could prove helpful:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/203477/how-does-css-formatting-in-a-google-maps-bubble-work">how-does-css-formatting-in-a-google-maps-bubble-work</a></li>
</ul>
http://stackoverflow.com/questions/262504/google-maps-bubble-templates/1080229#10802293Answer by Chris B for Google Maps Bubble TemplatesChris B2009-07-03T17:20:21Z2009-07-06T19:15:48Z<p>I haven't seen any templates for GInfoWindows, but they're not too hard to style. Just put all your window content in a div with a class that you can reference in your stylesheets.</p>
<p>If you're looking for more customization than that, here are a few third-party extensions that provide an alternative to the standard GInfoWindows: <a href="http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/" rel="nofollow">ExtInfoWindow</a>, <a href="http://gmaps-utility-library.googlecode.com/svn/trunk/popupmarker/" rel="nofollow">PopupMarker</a>, <a href="http://econym.org.uk/gmap/ewindows.htm" rel="nofollow">EWindow</a>, and <a href="http://econym.org.uk/gmap/ebubble.htm" rel="nofollow">EBubble</a></p>