Re: Google bar not displaying correctly
On Jan 31, 3:10 pm, larchpoint <larchpo...@gmail.com> 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home