<?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: How to style info windows with CSS in JavaScript API? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751498#M69481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Along with the great info Steve provided you might want to check out the 'Customize Info Window' conceptual doc in the help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly, this link is broken, could you please update it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 19:08:50 GMT</pubDate>
    <dc:creator>BretWhiteley1</dc:creator>
    <dc:date>2014-02-11T19:08:50Z</dc:date>
    <item>
      <title>How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751494#M69477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to style info windows with CSS in the JavaScript API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751494#M69477</guid>
      <dc:creator>johnywhy</dc:creator>
      <dc:date>2011-08-24T16:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751495#M69478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Johny,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sure is. If you haven't already done so, download Firefox and Firebug (the developer plugin).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open one of the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/query_click.html" rel="nofollow noopener noreferrer" target="_blank"&gt;sample maps&lt;/A&gt;&lt;SPAN&gt;, open an infoWindow, and use the HTML Inspector within Firebug to see which CSS classes are being used. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.infowindow .window .top .right .sprite {
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: 0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;
}

.claro .infowindow .sprite {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image: url("../images/claro.infowindow.png");
}

.infowindow .sprite {
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 1000px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 1000px;
}

.infowindow .window {
&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: verdana,sans-serif;
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll find a whole host of classes which you can modify to style the infoWindows the way you want them. You can overwrite these classes by including them in your own CSS files / style declarations.&lt;/SPAN&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 07:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751495#M69478</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2021-12-12T07:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751496#M69479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Along with the great info Steve provided you might want to check out the 'Customize Info Window' conceptual doc in the help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751496#M69479</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-08-25T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751497#M69480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;awesome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but before i dig into this, can this work with the embed provided by the online map maker? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 01:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751497#M69480</guid>
      <dc:creator>johnywhy</dc:creator>
      <dc:date>2011-08-27T01:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751498#M69481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Along with the great info Steve provided you might want to check out the 'Customize Info Window' conceptual doc in the help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_customize.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly, this link is broken, could you please update it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 19:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751498#M69481</guid>
      <dc:creator>BretWhiteley1</dc:creator>
      <dc:date>2014-02-11T19:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751499#M69482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's the link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/intro_customize.html"&gt;https://developers.arcgis.com/javascript/jshelp/intro_customize.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 19:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751499#M69482</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-02-11T19:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to style info windows with CSS in JavaScript API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751500#M69483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;also worth reading:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/08/15/making-your-pop-up-pop/"&gt;http://blogs.esri.com/esri/arcgis/2012/08/15/making-your-pop-up-pop/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 20:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-style-info-windows-with-css-in-javascript/m-p/751500#M69483</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-02-11T20:01:14Z</dc:date>
    </item>
  </channel>
</rss>

