lamb-mei / gmaps-samples-v3

Automatically exported from code.google.com/p/gmaps-samples-v3
1 stars 0 forks source link

Not loading icons in Chrome or Safari #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
not loading icons or sidebar in Chrome or Safari, maps loads ok but no icons or 
sidebar.  

Original issue reported on code.google.com by cdfabr...@gmail.com on 6 May 2011 at 7:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Found error on my side, disregard.

Original comment by cdfabr...@gmail.com on 14 May 2011 at 3:26

GoogleCodeExporter commented 9 years ago
I've had some css problems like this as well!

I've had the same problem when using 1140px Grid http://cssgrid.net
apparently these css rules mess up the google maps icons and sidebar:

img, object, embed {
max-width: 100%;
}

I've just removed it and it started working again!
Thankfully, no visible impact in my site (yet, lol).
Be careful when using templates / css grids that have lots of padronization 
resets.

I hope I've helped someone ;)

Original comment by roberto.cr on 9 Aug 2011 at 5:26