<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to position zoom slider in UR corner (override default style) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353939#M32787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close but not quite there yet. Turns out that unset is not supported in IE, Safari, and Opera. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/unset" title="https://developer.mozilla.org/en-US/docs/Web/CSS/unset"&gt;unset - CSS | MDN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unset_-_CSS___MDN.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130471_unset_-_CSS___MDN.png" style="width: 620px; height: 166px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Oct 2015 03:26:50 GMT</pubDate>
    <dc:creator>DirkVandervoort</dc:creator>
    <dc:date>2015-10-10T03:26:50Z</dc:date>
    <item>
      <title>How to position zoom slider in UR corner (override default style)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353937#M32785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino;"&gt;I've got a map dijit - by default the simple zoom slider (+/-) is in the upper left corner. I want to place it in the upper right corner. According to the documentation I can use this in my CSS:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; color: #3334ca;"&gt;.esriSimpleSliderTL {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; color: #3334ca;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 50px;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; color: #3334ca;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; right: 50px&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; color: #3334ca;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: 'book antiqua', palatino;"&gt;Unfortunately all this does is stretch the zoom slider. Like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: 'book antiqua', palatino;"&gt;&lt;IMG __jive_id="130296" alt="scalestr.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130296_scalestr.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-family: 'book antiqua', palatino;"&gt;Try it here: &lt;A href="http://jsfiddle.net/bEwcD/3/"&gt;http://jsfiddle.net/bEwcD/3/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #303030;"&gt;How to I get that zoom slider 50px by 50px from the upper right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #303030;"&gt;TIA&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 03:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353937#M32785</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2015-10-09T03:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to position zoom slider in UR corner (override default style)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353938#M32786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; you have to unset the left constraint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriSimpleSliderTL {
&amp;nbsp;&amp;nbsp;&amp;nbsp; right: 50px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 50px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: unset;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353938#M32786</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T16:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to position zoom slider in UR corner (override default style)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353939#M32787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close but not quite there yet. Turns out that unset is not supported in IE, Safari, and Opera. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/unset" title="https://developer.mozilla.org/en-US/docs/Web/CSS/unset"&gt;unset - CSS | MDN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unset_-_CSS___MDN.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130471_unset_-_CSS___MDN.png" style="width: 620px; height: 166px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 03:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353939#M32787</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2015-10-10T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to position zoom slider in UR corner (override default style)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353940#M32788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK to make it work in browsers that don't support "unset" use "auto"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriSimpleSliderTL {
&amp;nbsp; right: 50px;
&amp;nbsp; top: 50px;
&amp;nbsp; left: auto;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-position-zoom-slider-in-ur-corner-override/m-p/353940#M32788</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T16:35:41Z</dc:date>
    </item>
  </channel>
</rss>

