Select to view content in your preferred language

how change scalebar position

2363
3
Jump to solution
06-14-2012 03:58 AM
parvazparvaz
Occasional Contributor
Hi
I want to change scale bar position in my flex application. how can I change it's position?
Regards
A.ponker
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Anjelina,

   Repositioning the scalebar can be done by placing the following css attribute in the default.css file:

esri|ScaleBar {  left: 60;  bottom: 55; }


Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:

View solution in original post

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Anjelina,

   Repositioning the scalebar can be done by placing the following css attribute in the default.css file:

esri|ScaleBar {  left: 60;  bottom: 55; }


Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:
0 Kudos
parvazparvaz
Occasional Contributor
Hi
Many thanks.
0 Kudos
AlexSanders
Frequent Contributor
Is there a horizontal align center call in css for the scale bar so that it will be positioned in the middle of the screen no matter the users monitor resolution?
0 Kudos