<?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 Does Sites support &amp;quot;CSS combination selectors&amp;quot;? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/does-sites-support-quot-css-combination-selectors/m-p/615150#M4134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a custom header in Sites in our ArcGIS Enterprise server environment. Most of the HTML-elements and CSS-code works exactly as planned but there is one single CSS-element that does not seem to bring a change to the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build a tool tip functionality on a logo, and it seems to work just fine when I test it outside of Sites, once I put the code inside of sites, nothing happens. Here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;a href="http://www.bergenskart.no" class="logo"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src="&amp;lt;!-- There is a link to img here --&amp;gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;div id="tooltip"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trykk her for å gå tilbake til hovedsiden&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #008000;"&gt;#tooltip {&lt;BR /&gt;width: 270px;&lt;BR /&gt;display: none;&lt;BR /&gt;padding: 10px;&lt;BR /&gt;margin: 0 0 0 10px;&lt;BR /&gt;background-color: rgba(10, 10, 10, 0.2);&lt;BR /&gt;color: #FFF;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;.logo:hover + #tooltip&lt;/SPAN&gt; {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;The code in red is the one I'm referring to. Is this a bug in Sites?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2020 14:01:13 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-11-03T14:01:13Z</dc:date>
    <item>
      <title>Does Sites support "CSS combination selectors"?</title>
      <link>https://community.esri.com/t5/developers-questions/does-sites-support-quot-css-combination-selectors/m-p/615150#M4134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a custom header in Sites in our ArcGIS Enterprise server environment. Most of the HTML-elements and CSS-code works exactly as planned but there is one single CSS-element that does not seem to bring a change to the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build a tool tip functionality on a logo, and it seems to work just fine when I test it outside of Sites, once I put the code inside of sites, nothing happens. Here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;a href="http://www.bergenskart.no" class="logo"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src="&amp;lt;!-- There is a link to img here --&amp;gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;div id="tooltip"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trykk her for å gå tilbake til hovedsiden&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #ff6600;"&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #008000;"&gt;#tooltip {&lt;BR /&gt;width: 270px;&lt;BR /&gt;display: none;&lt;BR /&gt;padding: 10px;&lt;BR /&gt;margin: 0 0 0 10px;&lt;BR /&gt;background-color: rgba(10, 10, 10, 0.2);&lt;BR /&gt;color: #FFF;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;.logo:hover + #tooltip&lt;/SPAN&gt; {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;The code in red is the one I'm referring to. Is this a bug in Sites?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 14:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/does-sites-support-quot-css-combination-selectors/m-p/615150#M4134</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-11-03T14:01:13Z</dc:date>
    </item>
  </channel>
</rss>

