Using
http://code.google.com/apis/maps/documentation/javascript/examples/streetview-controls.html
as a starting point, I can't seem to change the color of the address
box or the font color. The relevant code is:
var panoOptions = {
position: fenway,
addressControlOptions: {
position: google.maps.ControlPosition.BOTTOM,
style: {
"fontWeight": "bold",
"backgroundColor": "#191970",
"color": "#A9203E"
}
},
If I change backgroundColor and color to something radically
different, e.g. "#ffffff" and "#000000" (respectively), I don't see
any change in the displayed graphics. I've tried this in both Chrome
10.0.648.204 and in Firefox 4.0.
[A]: Is anyone else observing this?
[B]: In fact, I want to disable the address box altogether. If the
alpha channel is honored, I can just make it transparent. Is there a
better way?