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 <[email protected]> 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
> [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-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 [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-js-api-v3?hl=en.