Geolocation map display

I am having two problems with the display of the Geolocation map.

1) in Firefox, some of the "balloons" do not display fully. This behavior appears to be somewhat random, so that a particular "balloon" may display partially the first time it is selected, but then display fully the next time.

2) In Internet Explorer, the placemarks display oddly, almost as if they have been cut in half.

Here is the map URL: http://heritage.noblenet.org/geolocation/map/browse

I am using Geolocation v.1.2, FF 3.6.16 and IE v.8

Thanks for any suggestions!
beth

The doubled and cut-off placemarks look like they're caused by some of the styling on img you have in your theme.

In particular, the padding-left: 1em style (which is in both screen.css and test.css) seems to be causing the problem.

If you need that padding, you can either try to come up with a more narrow selector for it, or you can add another style that specifically removes the padding for images that are inside the #map-block div.

Thanks for these suggestions. I did add another style that specifically removes the padding for images that are inside the #map-block div. That fixed the problem of the doubled placemarks in IE.

I am still having a problem where the "balloons" do not display fully in some cases. But, again, this appears to be somewhat random.