Ok.&nbsp; Looking at your application now, but I don&#39;t understand what it is that&#39;s giving you a hard time.<br><br>What behavior do you want/expect that you aren&#39;t getting?<br><br><div class="gmail_quote">On Wed, Jan 28, 2009 at 10:12 AM, smithfield <span dir="ltr">&lt;<a href="mailto:willsmithfield@gmail.com">willsmithfield@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Unfortunately, that didn&#39;t really answer the question. &nbsp;Could you be more<br>
specific?<br>
<br>
Thanks.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
$B>.0@(B wrote:<br>
&gt;<br>
&gt; I just checked the content size and set the popup size dynamicly.<br>
&gt;<br>
&gt; Regards,<br>
&gt; suen<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; From: &quot;smithfield&quot; &lt;<a href="mailto:willsmithfield@gmail.com">willsmithfield@gmail.com</a>&gt;<br>
&gt; To: &lt;<a href="mailto:users@openlayers.org">users@openlayers.org</a>&gt;<br>
&gt; Sent: Tuesday, January 27, 2009 9:40 AM<br>
&gt; Subject: [OpenLayers-Users] Ancored Popup Autosize troubles<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hello list. &nbsp;I have my map just about where I need it but the anchored<br>
&gt;&gt; popups<br>
&gt;&gt; are giving me a hard time. &nbsp;I have tried to include the autosize command<br>
&gt;&gt; with little luck. &nbsp;Any thoughts?<br>
&gt;&gt;<br>
&gt;&gt; Regards-WS<br>
&gt;&gt;<br>
&gt;&gt; &lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br>
&gt;&gt; &nbsp;&lt;head&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;title&gt;World Map&lt;/title&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;style type=&quot;text/css&quot;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;#map {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 1000px;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;height: 600px;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;border: 1px solid black;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt; &nbsp; &nbsp;&lt;/style&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;script<br>
&gt;&gt; src=&#39;<a href="http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ" target="_blank">http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ</a>&#39;&gt;&lt;/script&gt;<br>

&gt;&gt; &nbsp; &nbsp;&lt;script type=&quot;text/javascript&quot;<br>
&gt;&gt; src=&quot;<a href="http://openlayers.org/api/OpenLayers.js" target="_blank">http://openlayers.org/api/OpenLayers.js</a>&quot;&gt;&lt;/script&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;script type=&quot;text/javascript&quot; src=&quot;data/world_borders.js&quot;&gt;&lt;/script&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;script type=&quot;text/javascript&quot;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;var map;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;var popup;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;function init(){<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var options = {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;projection: new OpenLayers.Projection(&quot;EPSG:900913&quot;),<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;displayProjection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;units: &quot;m&quot;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;maxResolution: 156543.0339,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;numZoomLevels: 10,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;maxExtent: new OpenLayers.Bounds(-20037508.34,<br>
&gt;&gt; -20037508.34,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20037508.34, 20037508.34)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map = new OpenLayers.Map(&#39;map&#39;,options);<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var gmap = new OpenLayers.Layer.Google(&quot;Google Streets&quot;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;sphericalMercator&#39;: true<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.addLayer(gmap);<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var colors =<br>
&gt;&gt; [&quot;#7d0000&quot;,&quot;#be0b00&quot;,&quot;#e65100&quot;,&quot;#ff9700&quot;,&quot;#fcc900&quot;];<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var ranges = [15,30,45,60,75];<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var context = {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;getColor: function(feature) {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;for (var i = 0; i &lt; ranges.length; i++){<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (feature.attributes.Act_T &lt;= ranges[i]){<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return colors[i];<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //return &quot;#99000d&quot;;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var template = {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fillColor: &quot;${getColor}&quot;, // using<br>
&gt;&gt; context.getColor(feature)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fillOpacity: &quot;.75&quot;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;strokeColor:&quot;black&quot;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;strokeWidth:1<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var style = new OpenLayers.Style(template, {context:<br>
&gt;&gt; context});<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var styleMap = new OpenLayers.StyleMap({&#39;default&#39;: style,<br>
&gt;&gt; select: {fillColor: &quot;333333&quot;}, hover: {fillColor: &quot;333333&quot;}});<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var geoJSON = new OpenLayers.Format.GeoJSON();<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var world_borders = new OpenLayers.Layer.Vector(&quot;Open Source<br>
&gt;&gt; Activity&quot;,{styleMap:styleMap, isBaseLayer: false,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;projection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attribution: &quot; <a href="http://www.zzzzz.com" target="_blank">www.zzzzz.com</a> zzzz &quot;});<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;world_borders.addFeatures(geoJSON.read(features));<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.addLayer(world_borders);<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var select = new<br>
&gt;&gt; OpenLayers.Control.SelectFeature(world_borders,{hover:true,clickFeature:createPopup,onUnselect:unSelect});<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.addControl(select);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;select.activate();<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.addControl(new OpenLayers.Control.MousePosition());<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var center = new OpenLayers.LonLat(0,30);<br>
&gt;&gt;<br>
&gt;&gt; center.transform(map.displayProjection,map.getProjectionObject());<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.setCenter(center, 2);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;function createPopup(feature){<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (popup != null) {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.removePopup(popup);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.destroy();<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup = null;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;feature.lonlat =<br>
&gt;&gt; feature.geometry.getBounds().getCenterLonLat();<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (popup == null) {<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup = new OpenLayers.Popup.Anchored (&quot;popup&quot;,<br>
&gt;&gt; feature.lonlat, new OpenLayers.Size(200,200),<br>
&gt;&gt; null, null, null,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; function () {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map.removePopup( popup ); popup.destroy();<br>
&gt;&gt; popup = null;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var content = &quot;&lt;div&gt;&quot;+ feature.attributes.CNTRY_NAME +<br>
&gt;&gt; &quot;&lt;/div&gt;&lt;br&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;div&gt;&lt;table&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;tr&gt;&lt;th align=&#39;right&#39;&gt;Overall Rank:&lt;/th&gt;&lt;td&gt; &quot; +<br>
&gt;&gt; feature.attributes.Act_T + &quot;&lt;/td&gt;&lt;/tr&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;tr&gt;&lt;th align=&#39;right&#39;&gt;Government Rank:&lt;/th&gt;&lt;td&gt; &quot; +<br>
&gt;&gt; feature.attributes.Act_G + &quot;&lt;/td&gt;&lt;/tr&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;tr&gt;&lt;th align=&#39;right&#39;&gt;Industry Rank:&lt;/th&gt;&lt;td&gt;&quot; +<br>
&gt;&gt; feature.attributes.Act_I + &quot;&lt;/td&gt;&lt;/tr&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;tr&gt;&lt;th align=&#39;right&#39;&gt;Community Rank:&lt;/th&gt;&lt;td&gt; &quot; +<br>
&gt;&gt; feature.attributes.Act_C + &quot; &lt;/td&gt;&lt;/tr&gt;&quot; +<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;&lt;/table&gt;&lt;/div&gt;&quot;;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.setContentHTML(content);<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.setBackgroundColor(&quot;white&quot;);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.setOpacity(1);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.events.register(&#39;mousemove&#39;, popup, function (e)<br>
&gt;&gt; {try{e.stopPropagation();}catch(e){}});<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.addPopup(popup);<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} else {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.removePopup(popup);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.destroy();<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup = null;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; function unSelect(){<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (popup != null) {<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.removePopup(popup);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup.destroy();<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;popup = null;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;/script&gt;<br>
&gt;&gt; &nbsp;&lt;/head&gt;<br>
&gt;&gt; &nbsp;&lt;body onload=&quot;init()&quot;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;center&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&lt;div id=&quot;map&quot;&gt;&lt;/div&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;/center&gt;<br>
&gt;&gt; &nbsp;&lt;/body&gt;<br>
&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; any thoughts on disabling the scroll wheel would be great too!<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2221855.html" target="_blank">http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2221855.html</a><br>
&gt;&gt; Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt;&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div></div>View this message in context: <a href="http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2232720.html" target="_blank">http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2232720.html</a><br>

<div><div></div><div class="Wj3C7c">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sebastian Benthall<br>OpenGeo - <a href="http://opengeo.org">http://opengeo.org</a><br>