<div><br clear="all">Still not working. Here&#39;s the complete code:</div>
<div>&nbsp;</div>
<div>&nbsp;var options = OpenLayers.Util.extend( {units:&#39;inches&#39;,maxExtent:panorama_bounds,minResolution:1.0,maxResolution:1.0,controls:[]}, this.mapOptions);<br>&nbsp;map = new OpenLayers.Map(&#39;panoramaImage&#39;,options);
</div>
<div><br>/*=IMAGE layer on the Map*/<br>&nbsp;var panorama = new OpenLayers.Layer.Image(myImage.name,myImage.src, panorama_bounds,panorama_size,options);<br>&nbsp;map.addLayers([panorama]);&nbsp;&nbsp;&nbsp;</div>
<div><br>/*=overview map*/<br>var scroller = document.getElementById(&quot;scroller&quot;);<br>scrollerObj=new OpenLayers.Control.OverviewMap({div:scroller,size:new OpenLayers.Size(100,35)});</div>
<div>&nbsp;</div>
<div>Although the div containing the overview map gets resized, the map inside it doesn&#39;t. Can&#39;t see why.<br></div>
<div>Best,</div>
<div>Val</div>