On Oct 25, 10:35 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Yeah, I suspected as much. I've read the webpage you linked to but I'm
> still confused. Do I have to place the map in to a div or a span and
> what should the properties be? I'm kind of looking for a bit of
> template CSS to use for my map I suppose.

Currently your newstyle.css has this in it:
div {
background-color:white;
padding:5px;
text-align:left;
}
which affects every div, including all the map graphics. Disabling
those three rules puts everything back to normal in the map (although
it upsets things outside the map, of course). Try adding a div#map
into your CSS which undoes those settings.

The answer to the next question "How did you find that?" is to use
Firebug. You can selectively disable CSS rules and find out what's
causing the problem.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to