Sergio
Sergio

Reputation: 28845

jquery-ui-map (google maps jquery plugin) style infowindow

Anyone had success styling the infowindow in this jQuery Google Maps plugin?

I managed to style the map canvas, add mouseover/out functions on markers, have control over the infowindow content but not the infowindow color, radius, background, etc.

Thanks

Upvotes: 0

Views: 1153

Answers (1)

Rikard
Rikard

Reputation: 7805

Go for infoBox.

Example here.

CSS tips here.

Works great. Remember to pane: "floatPane" to avoid having the infobox under the markers.

Upvotes: 2

Related Questions