Hello all ...<br>I created I scalebar :<br><br>var scalebar = new OpenLayers.Control.ScaleBar({<br>         align: &quot;right&quot;      <br> });<br><br>scalebar.divisions = 3;  <br>map.addControl(scalebar);<br><br>All works fine, but the scale is always align to left... <br>
<br>Any idea? I need align that to right...<br><br>Thanks<br><br>