Hi all,<br /><br />I use the geoext.popup to display information on features in the map.<br />The content in the html element consists of text and an image&lt;img&gt;<br />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.<br />popup definition:<br />popupInstance= new GeoExt.Popup({<br />            title: &#39;Title&#39;,<br />            feature: feature,<br />            width: width,<br />            html: &#39;both text and image tags&#39;,<br />            maximizable: false,<br />            collapsible: false,<br />            unpinnable: false<br />        });