<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:35:46 +0000</lastBuildDate>
    <item>
      <title>(jQuery) A better process to find maximum z-index within a page - adnan</title>
      <link>https://snipplr.com/view/15214/a-better-process-to-find-maximum-zindex-within-a-page</link>
      <description>&lt;p&gt;I made an absolute tinny code to find the highest z-index of absolute DIV&#13;
to show my shouting box and to make it appear absolutely at the top of all html elements.&#13;
&#13;
I used selector of â€body &gt; *â€˜ instead of â€˜body *â€˜.&#13;
&#13;
â€body &gt; *â€˜ means all tags/elements which are found at first depth of&#13;
whether â€body *â€˜ selects all tags/elements at any depth.&#13;
It doesnâ€™t matter whatâ€™s is the maximum/highest z-index of an absolute element&#13;
rather it matters whatâ€™s the maximum/highest z-index of the absolute elements&#13;
which are next to in first depth only to show the shouting box on top most strata.&#13;
&#13;
N.B. Shouting box is appended to document.body in this case.&lt;/p&gt;</description>
      <pubDate>Thu, 21 May 2009 13:42:46 UTC</pubDate>
      <guid>https://snipplr.com/view/15214/a-better-process-to-find-maximum-zindex-within-a-page</guid>
    </item>
  </channel>
</rss>
