<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013337" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013337</link>
    <description></description>
    <language>en</language>
          <item>
    <title>It doesn&#039;t matter, I got the answer elsewhere.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-overlap-layers#comment-1077620</link>
    <description> &lt;p&gt;For anyone who&#039;s interested, the answer was the order in which the items were loaded.&lt;/p&gt;
&lt;p&gt;Here&#039;s a reply I got from another forum:&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;Try this..... &lt;/p&gt;
&lt;p&gt;In the source code find this line: . Now go all the way down to the bottom of the source code and just before the closing body and html tags are 2  tags. Using cut and paste, cut all the code including the lines I mention (but not the  tags) and paste them just after these lines of code: &lt;/p&gt;
&lt;p&gt;A:hover {&lt;br /&gt;
COLOR: red&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;that should load the elements in the correct z-index order without needing to do anything else. As the page is now you are letting the browser handle the z-indexing (layering). First elements loaded recieve lower z-index. Since you&#039;re loading the toolbar first it&#039;s being placed below the stuff in the center of the page. And since the content that displays in the middle has it&#039;s position controlled by a style attribute, you can load it in any order in the source code and it will still display in the correct X,Y position, just not the correct Z position.  &lt;/p&gt;
&lt;p&gt;Give it a try and see if it works. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Kevin&lt;/p&gt;
 </description>
     <pubDate>Wed, 31 Jan 2001 07:25:14 +0000</pubDate>
 <dc:creator>Hugh Jass</dc:creator>
 <guid isPermaLink="false">comment 1077620 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
