Hi all,
I use the geoext.popup to display information on features in the map.
The content in the html element consists of text and an image<img>
My problem is that the positioning of the anchored popup is done before the
image is fully loaded(not always, but most of the time). This makes the
positioning of the anchored popup wrong because the height is altered by
the image when it is loaded.
popup definition:
popupInstance= new GeoExt.Popup({
title: 'Title',
feature: feature,
width: width,
html: 'both text and image tags',
maximizable: false,
collapsible: false,
unpinnable: false
});
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users