I've got a googlemaps v3 javascript map inside a div which is inside a fieldset (fieldset-div-map-/div-/fieldset). There are other divs with content in this fieldset also.
My problem is that the map div aligns perfectly with the lower right hand side of the fieldset in Firefox, but in Internet Explorer 8 there is extra space between the map and the fieldset border. Why?
Actually, it's not just extra space between the lower right fieldset border and the map. The map is actually shifted up and to the left, so the top of the map spills over the top of the fieldset border. Argh!