Select to view content in your preferred language

Is it possible to change the slider position?

1301
4
08-26-2014 01:11 PM
Reynaldde_Castro
Deactivated User

I want to move it to the upper right hand corner of the map from ArcGIS Online webmap

0 Kudos
4 Replies
PaoloMilani1
Deactivated User

You say "Zoom Slider"?

0 Kudos
Reynaldde_Castro
Deactivated User

Yes, zoom tool/slider.  JavaScript uses the slider-position parameter.  Looking for something similar.

0 Kudos
PaoloMilani1
Deactivated User

You must override .esriLargeSliderTL class of the esri.css.

Example:

.esriLargeSliderTL {

top: 80px;

right: 30px;

}

0 Kudos
Reynaldde_Castro
Deactivated User

Right, but I want to leave it on ArcGIS online.  How do I overwrite their css setting? 

0 Kudos