look at the map on this page: http://demo.wpconsult.net/sample/sub-page-11 if you select the location in the left pane next to the map, the infobubble pops up but it looks broken. I wonder if it's related to the Mime type warnings in google chrome inspector?
Asked
Active
Viewed 947 times
1 Answers
9
Zoom bar disfigured in Google-Maps-for-Rails (gmaps4rails)
Add these to your css. (another source I found recommended removing the img { max-width }
if there was one.)
#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }
p.s. I think everyone gets the mime-type warnings.

Community
- 1
- 1

Tina CG Hoehr
- 6,721
- 6
- 44
- 57
-
thanks mate! I had just found that other solution that works, but I like yours better :) – paul May 05 '12 at 23:54
-
Not really my solution, I just happened to see the same situation one or two days ago. Glad to help :) – Tina CG Hoehr May 05 '12 at 23:56