On Jan 31, 3:10 pm, larchpoint <[email protected]> wrote:
>
> Notice how the search box overlaps the Google icon.
>

That's a CSS issue, which Firebug makes fairly straightforward to
find.

style.css (line 1209)

.team-member img {
border:1px solid #555555;
float:left;
margin:0pt 15px 1em;

Every image which inherits class team-member gets a solid border and a
left margin. You need to make sure that the map doesn't inherit that.

You might also want to reposition your scale control.

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