Dear All,
I would like to change the zoom slider control property (i.e, reposition the control bit down and change the height)., its working good in version 2.2 but not in 10.13.,
I used the below line of code before create map .
esriConfig.defaults.map.slider = {left:"10px", top:"100px", width : null, height:"150px"};
map = new esri.Map("map", {
basemap : "topo",
slider:true,
zoom:6
let me know what's wrong here?