<?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: Geocoder Results grid - how to position in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369275#M34266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hey Matt,&lt;BR /&gt;&lt;BR /&gt;You pointed me in the right direction.&amp;nbsp; What I ended up doing is adding this to my css file:&lt;BR /&gt;&lt;BR /&gt;.simpleGeocoder .esriGeocoderResults {&lt;BR /&gt; position:relative;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the results show up in the right place &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Luci&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad that worked!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2013 16:01:01 GMT</pubDate>
    <dc:creator>MattDriscoll</dc:creator>
    <dc:date>2013-06-04T16:01:01Z</dc:date>
    <item>
      <title>Geocoder Results grid - how to position</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369272#M34263</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 incorporated the geocoder widget and the results grid ends up being in a weird place.&amp;nbsp; I have the &amp;lt;div&amp;gt;search&amp;lt;div&amp;gt; in a contentpane in an accordioncontainer and the results end up at the bottom of the contentpane instead of right below the search div.&amp;nbsp; Any ideas on how I can customize the css to make it appear in the correct place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luci[ATTACH=CONFIG]24810[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369272#M34263</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2013-05-30T12:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder Results grid - how to position</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369273#M34264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I incorporated the geocoder widget and the results grid ends up being in a weird place.&amp;nbsp; I have the &amp;lt;div&amp;gt;search&amp;lt;div&amp;gt; in a contentpane in an accordioncontainer and the results end up at the bottom of the contentpane instead of right below the search div.&amp;nbsp; Any ideas on how I can customize the css to make it appear in the correct place.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Luci[ATTACH=CONFIG]24810[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like putting the geocoder widget inside of another container with a CSS property/value of position:relative; would do the trick. Or you could adjust the CSS of where the results div is positioning to not use absolute positioning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 22:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369273#M34264</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-06-03T22:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder Results grid - how to position</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369274#M34265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You pointed me in the right direction.&amp;nbsp; What I ended up doing is adding this to my css file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.simpleGeocoder .esriGeocoderResults {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; position:relative;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the results show up in the right place &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luci&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 11:08:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369274#M34265</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2013-06-04T11:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder Results grid - how to position</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369275#M34266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hey Matt,&lt;BR /&gt;&lt;BR /&gt;You pointed me in the right direction.&amp;nbsp; What I ended up doing is adding this to my css file:&lt;BR /&gt;&lt;BR /&gt;.simpleGeocoder .esriGeocoderResults {&lt;BR /&gt; position:relative;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the results show up in the right place &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Luci&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad that worked!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 16:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoder-results-grid-how-to-position/m-p/369275#M34266</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-06-04T16:01:01Z</dc:date>
    </item>
  </channel>
</rss>

