<?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: tooltips for text in story map in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/tooltips-for-text-in-story-map/m-p/302671#M3368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured this out; the main CSS file for the site is a modified version of bootstrap, so you have to use the bootstrap method for tooltips, which is documented here:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp" title="https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp"&gt;Bootstrap Tooltip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2017 17:12:09 GMT</pubDate>
    <dc:creator>EvanFedorko1</dc:creator>
    <dc:date>2017-11-27T17:12:09Z</dc:date>
    <item>
      <title>tooltips for text in story map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/tooltips-for-text-in-story-map/m-p/302670#M3367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I am creating a story map (map journal template) and in order to save space I would like to use tool tips with certain key words within the body of my text. I found from&amp;nbsp;&lt;A href="https://developerscorner.storymaps.arcgis.com/using-custom-html-in-map-journal-70913cfff66e"&gt;this article&lt;/A&gt;&amp;nbsp;that I could not use the style property, but that I can create a class and use the &amp;lt;style&amp;gt; tag. I created this code and tested it locally (it worked) and put it in my story map section through the source button:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;p class ="tooltip"&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;.tooltip {&lt;BR /&gt; position: relative;&lt;BR /&gt; display: inline-block;&lt;BR /&gt; border-bottom: 1px dotted black;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.tooltip .tooltiptext {&lt;BR /&gt; visibility: hidden;&lt;BR /&gt; width: 300px;&lt;BR /&gt; background-color: black;&lt;BR /&gt; color: #fff;&lt;BR /&gt; text-align: center;&lt;BR /&gt; padding: 5px 0;&lt;BR /&gt; border-radius: 6px;&lt;BR /&gt; &lt;BR /&gt; position: absolute;&lt;BR /&gt; z-index: 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.tooltip:hover .tooltiptext {&lt;BR /&gt; visibility: visible;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and inserted a test case like so:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;p class="tooltip"&amp;gt;Hover over me&lt;BR /&gt; &amp;lt;span class="tooltiptext"&amp;gt;Here is some information&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but it does not work as expected, producing this result (the "hover over me" text should appear in the white space between the title and first sentence):&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384687" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384687_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make things more confusing, when I look at this section in the editor window after adding the code, it DOES appear as expected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384688" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384688_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/tooltips-for-text-in-story-map/m-p/302670#M3367</guid>
      <dc:creator>EvanFedorko1</dc:creator>
      <dc:date>2017-11-22T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: tooltips for text in story map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/tooltips-for-text-in-story-map/m-p/302671#M3368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured this out; the main CSS file for the site is a modified version of bootstrap, so you have to use the bootstrap method for tooltips, which is documented here:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp" title="https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp"&gt;Bootstrap Tooltip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 17:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/tooltips-for-text-in-story-map/m-p/302671#M3368</guid>
      <dc:creator>EvanFedorko1</dc:creator>
      <dc:date>2017-11-27T17:12:09Z</dc:date>
    </item>
  </channel>
</rss>

