Hey everyone, Is there anyway to adjust the size of the drop-down menu that is used to select map types? I'm asking because for some reason in IE the drop down map box is bigger than the other boxes. This problem does not occur in FF, Opera, Safari or chrome. It really throws off the look of the map. I found that I can adjust the position using something like this:
var topRight = new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(5,5)); map.addControl(new GMenuMapTypeControl(),topRight); //add drop down menu But I need to adjust the size of the box as well. Also, a way to only affect IE would be great since the size of the box is perfect in other browsers. Thanks! Caleb -- 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.
