<?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: Zoom Slider Increment Buttons Won't Hide in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659772#M61601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Trying to find the correct combination of id/class and CSS attribute is so frustratingly hard.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried FireFox with the &lt;/SPAN&gt;&lt;A href="http://getfirebug.com/html"&gt;Firebug plugin&lt;/A&gt;&lt;SPAN&gt;? The HTML inspector makes this a bit easier, as it will show you which CSS rules are being used for a particular element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2011 00:34:48 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2011-09-05T00:34:48Z</dc:date>
    <item>
      <title>Zoom Slider Increment Buttons Won't Hide</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659769#M61598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have map.hideZoomSlider() and: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#map_zoom_slider{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; visibility: hidden !important;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm still getting the zoom slider increment and decrement buttons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any additional suggestions would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rick Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659769#M61598</guid>
      <dc:creator>RickScott</dc:creator>
      <dc:date>2011-09-01T11:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Slider Increment Buttons Won't Hide</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659770#M61599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not positive I understand your problem, but if you're trying to hide the Zoom In and Zoom Out arrows at the top and bottom of the Zoom Slider, you could use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.dijitSliderIncrementIconV, .dijitSliderDecrementIconV {
&amp;nbsp;&amp;nbsp;&amp;nbsp; display: none;
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659770#M61599</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2021-12-12T03:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Slider Increment Buttons Won't Hide</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659771#M61600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rick,&lt;BR /&gt;&lt;BR /&gt;I'm not positive I understand your problem, but if you're trying to hide the Zoom In and Zoom Out arrows at the top and bottom of the Zoom Slider, you could use:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.dijitSliderIncrementIconV, .dijitSliderDecrementIconV {
&amp;nbsp;&amp;nbsp;&amp;nbsp; display: none;
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome!&amp;nbsp; Thanks, Steve, that did it!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to find the correct combination of id/class and CSS attribute is so frustratingly hard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659771#M61600</guid>
      <dc:creator>RickScott</dc:creator>
      <dc:date>2021-12-12T03:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Slider Increment Buttons Won't Hide</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659772#M61601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Trying to find the correct combination of id/class and CSS attribute is so frustratingly hard.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried FireFox with the &lt;/SPAN&gt;&lt;A href="http://getfirebug.com/html"&gt;Firebug plugin&lt;/A&gt;&lt;SPAN&gt;? The HTML inspector makes this a bit easier, as it will show you which CSS rules are being used for a particular element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 00:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659772#M61601</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-09-05T00:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Slider Increment Buttons Won't Hide</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659773#M61602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rick,&lt;BR /&gt;&lt;BR /&gt;I'm not positive I understand your problem, but if you're trying to hide the Zoom In and Zoom Out arrows at the top and bottom of the Zoom Slider, you could use:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.dijitSliderIncrementIconV, .dijitSliderDecrementIconV {
&amp;nbsp;&amp;nbsp;&amp;nbsp; display: none;
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You're the man :cool:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-increment-buttons-won-t-hide/m-p/659773#M61602</guid>
      <dc:creator>RedLong</dc:creator>
      <dc:date>2021-12-12T03:54:56Z</dc:date>
    </item>
  </channel>
</rss>

