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