<?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 style examples? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202129#M18718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tracy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a good article on them: &lt;/SPAN&gt;&lt;A href="http://css-tricks.com/css-sprites/"&gt;http://css-tricks.com/css-sprites/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Another: &lt;/SPAN&gt;&lt;A href="http://browserdiet.com/#sprites"&gt;http://browserdiet.com/#sprites&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also use data-uri to base64 encode the images and put them directly in CSS if they are small.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to overwrite the styles that you see in the CSS inspector like you planned. That may be the simplest option if you just want to change the two icons. Or you could restyle the whole thing by not including the Dojo theme CSS for the slider. Which is the tougher option. I've done this with the social media template: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/apps/SocialMedia/index.html"&gt;http://www.arcgis.com/apps/SocialMedia/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The small sliderStyle is much easier to restyle if you don't mind not having the slider to drag.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 21:10:39 GMT</pubDate>
    <dc:creator>MattDriscoll</dc:creator>
    <dc:date>2013-03-22T21:10:39Z</dc:date>
    <item>
      <title>Zoom slider style examples?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202128#M18717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm remembering there used to be a few samples for changing the styling on the zoom slider for navigating.&amp;nbsp; Did I just dream this? I swear I've seen several different styles, but maybe those were removed because of the newest API version or because of the web page changes to the new resource pages. (I don't hate them as much as some people seem to, but I still can't always find what I'm looking for.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Specifically I would like to replace the icons on the top and bottom of the slider, which are currently up and down arrows, to be plus and minus icons instead.&amp;nbsp; I think I can override these symbols with a different style, but I'm not sure which style to change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When looking at this component in Firebug, I see a style of&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
 .tundra .dijitSliderDecrementIconH, .tundra .dijitSliderDecrementIconV, .tundra .dijitSliderIncrementIconH, .tundra .dijitSliderIncrementIconV {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image: url("images/spriteRoundedIconsSmall.png");
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-repeat: no-repeat;
&amp;nbsp;&amp;nbsp;&amp;nbsp; cursor: pointer;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 14px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 14px;
}
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this even close to what I should be messing with?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, does anyone have a good suggestion for where I can learn more about sprite images?&amp;nbsp; I'm having a hard time grasping the concept of sprites.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 14:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202128#M18717</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2013-03-22T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom slider style examples?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202129#M18718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tracy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a good article on them: &lt;/SPAN&gt;&lt;A href="http://css-tricks.com/css-sprites/"&gt;http://css-tricks.com/css-sprites/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Another: &lt;/SPAN&gt;&lt;A href="http://browserdiet.com/#sprites"&gt;http://browserdiet.com/#sprites&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also use data-uri to base64 encode the images and put them directly in CSS if they are small.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to overwrite the styles that you see in the CSS inspector like you planned. That may be the simplest option if you just want to change the two icons. Or you could restyle the whole thing by not including the Dojo theme CSS for the slider. Which is the tougher option. I've done this with the social media template: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/apps/SocialMedia/index.html"&gt;http://www.arcgis.com/apps/SocialMedia/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The small sliderStyle is much easier to restyle if you don't mind not having the slider to drag.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 21:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202129#M18718</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-03-22T21:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom slider style examples?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202130#M18719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll be messing with these for a while!&amp;nbsp; That was the sort of instructions I was looking for.&amp;nbsp; The documents that say "Use Sprite" as a guideline for efficiency don't seem to include how to get your graphics into the right format to use them.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I like that SpriteMe gives a lot of handholding.&amp;nbsp; But I've already hit a snag in that I made a mistake and it doesn't seem to let me redo create a sprite from my same images a 2nd time.&amp;nbsp; Maybe it will clear itself overnight and I can start over tomorrow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 20:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-slider-style-examples/m-p/202130#M18719</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2013-03-25T20:37:07Z</dc:date>
    </item>
  </channel>
</rss>

