On Sep 24, 5:02 pm, BigP <[email protected]> wrote:
>
> I suppose the reason is somewhere in my css but i don't know where to
> look
You're right. Start with Firefox+Firebug and inspect elements in the
map, together with their CSS. When you reach a map tile (a thumbnail
is shown within Firebug), you've got the CSS which is relevant.
Firebug allows you to toggle rules on and off, which is rather useful!
The line causing the problem is in layout.css?l, at line 16:
#middlecontainer img {
max-width:100%;
}
Toggling that rule off makes everything appear. It's interesting that
Chrome is fine with that rule present.
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---