Thank you Luke! I shouldn't have bothered the API group with this, but
I'm glad I did :)

On Feb 9, 4:19 pm, Luke Mahé <lu...@google.com> wrote:
> Hi Matt,
>
> The problem is that you have some global CSS that is effecting how the
> checkbox is displaying.
>
> In style.css
>
> line 434:
>
> input, textarea {
>     background: none repeat scroll 0 0 #B2AF91;
>     border: 1px solid #40463C;
>     padding: 2px;
>     width: 541px;
>
> }
>
> and line 424:
>
> input {
>     display: block;
>     float: left;
>     margin: 5px 5px 1px 0;
>
> }
>
> If you try to make your styles more specific to a element(s) then it won't
> effect every other element on the page, including the map.
>
> -- Luke
>
> On Thu, Feb 10, 2011 at 2:32 AM, Matt <m...@mattjanssen.com> wrote:
> > Regarding the new controls, I'm noticing CSS issues with the drop-
> > downs going to 50% of screen width and the "Labels" and "Terrain" text
> > flying right and even disappearing. (http://www.recklesswonder.com/
> > map/ for example as of today).
>
> > I'll try fixing this issue later with my wrapping CSS, but I thought
> > I'd point it out here. This might get tricky; it took a while to get
> > the wrapping DIVs to go full-screen like that.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Maps JavaScript API v3" group.
> > To post to this group, send email to
> > google-maps-js-api-v3@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-maps-js-api-v3+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to