Is there away to make the info window background a different color instead 
of white. Heres the code for infor window. I know I can change the div 
background color for content but would like to whole infoWindow background a 
certain color.
 
var contentString = '<div id="content">'+
'<div id="siteNotice">'+
'</div>'+
'<center><h4 id="firstHeading" class="firstHeading"><b><u>Shawnee County 
District Court</u></b></h1>'+
'<div id="bodyContent">'+
'<p>200 E 7th St' + 
'<br>Topeka, Kansas 66603'+
'<br>(785)233-8200</p></center>'+
'</div>'+
'</div>';
var infowindow = new google.maps.InfoWindow({
content: contentString
});  
 
 
                              Thanks
                                         Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to