<?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: ArcGIS Javascript API change Home Button image in HTML5, CSS, JavaScript, and JavaScript Frameworks</title>
    <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848701#M46</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 17:41:16 GMT</pubDate>
    <dc:creator>JosephRogan</dc:creator>
    <dc:date>2015-05-20T17:41:16Z</dc:date>
    <item>
      <title>ArcGIS Javascript API change Home Button image</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848699#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I change the image/icon of the HomeButton (and other) widgets easily using the ArcGIS Javascript API?&amp;nbsp; Do I need to need to follow something like the "Create a Re-usable Widget" guide, or is there an nice easy way to just specify my own image url?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848699#M44</guid>
      <dc:creator>JosephRogan</dc:creator>
      <dc:date>2015-05-20T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API change Home Button image</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848700#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this out: &lt;A href="https://community.esri.com/thread/102931"&gt;Custom styling for HomeButton&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here: &lt;A href="https://community.esri.com/thread/107259"&gt;How to get the Home button between the two default zoom sliders?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848700#M45</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-05-20T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API change Home Button image</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848701#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848701#M46</guid>
      <dc:creator>JosephRogan</dc:creator>
      <dc:date>2015-05-20T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API change Home Button image</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848702#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this worked for you I can mark Tim Witt's answer as correct. I don't know if you see that option since I created this group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848702#M47</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-05-21T21:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API change Home Button image</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848703#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that helped.&amp;nbsp; In addition to the info in the links I also added some css, because by removing the span's text, there was essentially no element left to click on and trigger the action of the home button.&amp;nbsp; I had to make the span's text cover the entire button, not overflow, be transparent and not selectable. Actually there was a little more because I had to make the selectable text transparent as well since my work only uses ie9 and some of those items don't work. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.customButton span {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: rgba(0,0,0,0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line-height: 35px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow:hidden;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-touch-callout: none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-user-select: none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -khtml-user-select: none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -moz-user-select: none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -ms-user-select: none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user-select: none;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/arcgis-javascript-api-change-home-button-image/m-p/848703#M48</guid>
      <dc:creator>JosephRogan</dc:creator>
      <dc:date>2015-05-21T21:38:07Z</dc:date>
    </item>
  </channel>
</rss>

