<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Z-Index : Overlap HTML Elements With CSS</title>
	<atom:link href="http://divitodesign.com/css/z-index-overlap-html-elements-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/</link>
	<description>Articles, Tutorials and Resources for the Webdesigner</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:35:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Benedict</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-56263</link>
		<dc:creator>Benedict</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-56263</guid>
		<description>I have a z-index issue when I move the navigation links over to the right, under the dropdown box. I need the links to go behind the drop down box. 
The links are absolutely positioned with a z-index: -9999 !important but I still can&#039;t get it to work.

http://www.selected.telegraph.co.uk/</description>
		<content:encoded><![CDATA[<p>I have a z-index issue when I move the navigation links over to the right, under the dropdown box. I need the links to go behind the drop down box.<br />
The links are absolutely positioned with a z-index: -9999 !important but I still can&#8217;t get it to work.</p>
<p><a href="http://www.selected.telegraph.co.uk/" rel="nofollow">http://www.selected.telegraph.co.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seattle Homes</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-56232</link>
		<dc:creator>Seattle Homes</dc:creator>
		<pubDate>Tue, 13 Dec 2011 06:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-56232</guid>
		<description>I know Bill said your instructions were wrong (see above) but they worked for me.  Wrong or right, I appreciate the help.</description>
		<content:encoded><![CDATA[<p>I know Bill said your instructions were wrong (see above) but they worked for me.  Wrong or right, I appreciate the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zemelapis</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-56220</link>
		<dc:creator>zemelapis</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-56220</guid>
		<description>sorry found the problem and i am sure many had it, by default for example div is transperant, so it looks like doesnt overlap, but when u put background it works fine.</description>
		<content:encoded><![CDATA[<p>sorry found the problem and i am sure many had it, by default for example div is transperant, so it looks like doesnt overlap, but when u put background it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zemelapis</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-56219</link>
		<dc:creator>zemelapis</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-56219</guid>
		<description>it doesnt work for me anyway, cant get what i&#039;m doing wrong!</description>
		<content:encoded><![CDATA[<p>it doesnt work for me anyway, cant get what i&#8217;m doing wrong!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-56192</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 19 Nov 2011 04:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-56192</guid>
		<description>It still worked when one of my elements was &quot;position relative.&quot;

Thx!</description>
		<content:encoded><![CDATA[<p>It still worked when one of my elements was &#8220;position relative.&#8221;</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-55469</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Sun, 16 Oct 2011 13:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-55469</guid>
		<description>please rewrite the beginning of this article as it is wrong and is sure to be causing confusion.

the assertion that the zindex is not working in your first example is wrong, and your use of the term &#039;under&#039; in this manner shows that you are yourself confused about this property.

zindex does not deal with the FLOW of the elements; it only deals with the order of OVERLAPPING elements. your first example has no OVERLAPPING elements, therefore the zindex has no discernible affect, which is proper. 

and you do not need to have absolute positioning for zindex to work. any overlapping elements will be affected by zindex and absolute positioning is not the only way for that to occur.

given how high this page ranks in google, you would be doing a lot of people a favor by removing/rewriting the misleading portions.

thanks.</description>
		<content:encoded><![CDATA[<p>please rewrite the beginning of this article as it is wrong and is sure to be causing confusion.</p>
<p>the assertion that the zindex is not working in your first example is wrong, and your use of the term &#8216;under&#8217; in this manner shows that you are yourself confused about this property.</p>
<p>zindex does not deal with the FLOW of the elements; it only deals with the order of OVERLAPPING elements. your first example has no OVERLAPPING elements, therefore the zindex has no discernible affect, which is proper. </p>
<p>and you do not need to have absolute positioning for zindex to work. any overlapping elements will be affected by zindex and absolute positioning is not the only way for that to occur.</p>
<p>given how high this page ranks in google, you would be doing a lot of people a favor by removing/rewriting the misleading portions.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick S.</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-55024</link>
		<dc:creator>Erick S.</dc:creator>
		<pubDate>Sat, 10 Sep 2011 13:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-55024</guid>
		<description>This seems nice...but...

When you scroll with the browserwindow scrollbar, the DIV with &#039;position:absolute;&#039; stays on the same place while the rest scrolls.

Or am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>This seems nice&#8230;but&#8230;</p>
<p>When you scroll with the browserwindow scrollbar, the DIV with &#8216;position:absolute;&#8217; stays on the same place while the rest scrolls.</p>
<p>Or am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aniket Kamthe</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-55005</link>
		<dc:creator>Aniket Kamthe</dc:creator>
		<pubDate>Sat, 03 Sep 2011 06:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-55005</guid>
		<description>Thank you so much for your help. This is really help me in time. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thank you so much for your help. This is really help me in time. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Vervoort</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-54947</link>
		<dc:creator>Stefan Vervoort</dc:creator>
		<pubDate>Wed, 24 Aug 2011 22:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-54947</guid>
		<description>Cheers, good one.</description>
		<content:encoded><![CDATA[<p>Cheers, good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onegiantmedia</title>
		<link>http://divitodesign.com/css/z-index-overlap-html-elements-with-css/comment-page-1/#comment-54946</link>
		<dc:creator>onegiantmedia</dc:creator>
		<pubDate>Wed, 24 Aug 2011 20:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=91#comment-54946</guid>
		<description>that tricky little position property makes all the difference.  Another article with a good link to a full explanation here: 

http://onegiantmedia.com/css-z-index-not-working-to-order-depth-position-of-div

cheers</description>
		<content:encoded><![CDATA[<p>that tricky little position property makes all the difference.  Another article with a good link to a full explanation here: </p>
<p><a href="http://onegiantmedia.com/css-z-index-not-working-to-order-depth-position-of-div" rel="nofollow">http://onegiantmedia.com/css-z-index-not-working-to-order-depth-position-of-div</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

