Hi Stela,

this worked for me ...
... just overwrite the following css-Class in
Your custom Stylesheet ...
... the most important line:
left: auto
... to clear the left alignment which
for some reason takes precedence over
the right alignment statement:


.olControlScaleLine {
  left:auto;
  right: 2px;
  bottom: 2px;
  position: absolute;
  display: block;
}


Regards, Dirk.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to