PanZoomBar can't be positioned through CSS with something like

.olControlPanZoomBar {
  top: 24px;
  left: 5px;
}

I had to use a fix in my program http://www.orpatec.ch/osm/tools/main.php

document.getElementById('OpenLayers.Control.PanZoomBarEx_9').style.top='26px';

yet I'd like to fix that in the control itself. Does anybody know how or where I have to look in the code?


Wyo

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to