<?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 How to change the z order of the Infowindow - solution in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-the-z-order-of-the-infowindow/m-p/131792#M12269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have noticed that there are couple of archived forums asking this question. I recently had to figure out how to change the z order on the infowindow myself, so I thought I would share my solution with you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way I could figure out to do it was to modify the z index on the 'map_infowindow' html element. See the code below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
dojo.connect(map.infoWindow, 'onShow', function(){
&amp;nbsp; document.getElementById('map_infowindow').style.zIndex = 9999;
 });
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code will make sure that the infowindow is always on top. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 23:34:17 GMT</pubDate>
    <dc:creator>mdonnelly</dc:creator>
    <dc:date>2012-10-16T23:34:17Z</dc:date>
    <item>
      <title>How to change the z order of the Infowindow - solution</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-the-z-order-of-the-infowindow/m-p/131792#M12269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have noticed that there are couple of archived forums asking this question. I recently had to figure out how to change the z order on the infowindow myself, so I thought I would share my solution with you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way I could figure out to do it was to modify the z index on the 'map_infowindow' html element. See the code below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
dojo.connect(map.infoWindow, 'onShow', function(){
&amp;nbsp; document.getElementById('map_infowindow').style.zIndex = 9999;
 });
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code will make sure that the infowindow is always on top. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 23:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-the-z-order-of-the-infowindow/m-p/131792#M12269</guid>
      <dc:creator>mdonnelly</dc:creator>
      <dc:date>2012-10-16T23:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the z order of the Infowindow - solution</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-the-z-order-of-the-infowindow/m-p/131793#M12270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;very useful, thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seems like there should be an easier way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-the-z-order-of-the-infowindow/m-p/131793#M12270</guid>
      <dc:creator>KeG</dc:creator>
      <dc:date>2012-12-11T15:09:01Z</dc:date>
    </item>
  </channel>
</rss>

