<?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: CSS: Z-Index and Internet Explorer</title>
	<atom:link href="http://systembash.com/content/css-z-index-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/css-z-index-internet-explorer/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Syd</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-40027</link>
		<dc:creator>Syd</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-40027</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;ok, 1 IE fix implemented... 1 more to go...

http://systembash.com/content/css-z-index-internet-explorer/&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">ok, 1 IE fix implemented&#8230; 1 more to go&#8230;</p>
<p><a href="http://systembash.com/content/css-z-index-internet-explorer/" rel="nofollow">http://systembash.com/content/css-z-index-internet-explorer/</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahujaankit</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-40114</link>
		<dc:creator>ahujaankit</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-40114</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Stupid IE z-index bug :@ http://bit.ly/2gdu&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Stupid IE z-index bug :@ <a href="http://bit.ly/2gdu" rel="nofollow">http://bit.ly/2gdu</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-28020</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-28020</guid>
		<description>Thank you My solution!

I had a div with position absolute and a high z-index, placed in a div with relative position and no z-index and the absolutely positioned one ended up under lots of other elements with no z-index.

By just adding z-index 1 to my relative div it solved the problem.</description>
		<content:encoded><![CDATA[<p>Thank you My solution!</p>
<p>I had a div with position absolute and a high z-index, placed in a div with relative position and no z-index and the absolutely positioned one ended up under lots of other elements with no z-index.</p>
<p>By just adding z-index 1 to my relative div it solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-41439</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-41439</guid>
		<description>Thank you My solution!

I had a div with position absolute and a high z-index, placed in a div with relative position and no z-index and the absolutely positioned one ended up under lots of other elements with no z-index.

By just adding z-index 1 to my relative div it solved the problem.</description>
		<content:encoded><![CDATA[<p>Thank you My solution!</p>
<p>I had a div with position absolute and a high z-index, placed in a div with relative position and no z-index and the absolutely positioned one ended up under lots of other elements with no z-index.</p>
<p>By just adding z-index 1 to my relative div it solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My solution</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-27683</link>
		<dc:creator>My solution</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-27683</guid>
		<description>I&#039;ve been making a pop-up box sytem for positioned boxes (rendering a map). Your fix didn&#039;t work for my (actually I&#039;d already added a relative position). 

However, by looking at the links you provided I found out that an element &quot;A1&quot; with ie. z-index 3 will go below an element &quot;B1&quot; with z-index 2 if it&#039;s inside an element &quot;A2&quot; with z-index lower than 2. 

I fixed my problem by setting a class for A2 and making a style for this class which made the z-index value high while hovering A2.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been making a pop-up box sytem for positioned boxes (rendering a map). Your fix didn&#8217;t work for my (actually I&#8217;d already added a relative position). </p>
<p>However, by looking at the links you provided I found out that an element &#8220;A1&#8243; with ie. z-index 3 will go below an element &#8220;B1&#8243; with z-index 2 if it&#8217;s inside an element &#8220;A2&#8243; with z-index lower than 2. </p>
<p>I fixed my problem by setting a class for A2 and making a style for this class which made the z-index value high while hovering A2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My solution</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-41438</link>
		<dc:creator>My solution</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-41438</guid>
		<description>I&#039;ve been making a pop-up box sytem for positioned boxes (rendering a map). Your fix didn&#039;t work for my (actually I&#039;d already added a relative position). 

However, by looking at the links you provided I found out that an element &quot;A1&quot; with ie. z-index 3 will go below an element &quot;B1&quot; with z-index 2 if it&#039;s inside an element &quot;A2&quot; with z-index lower than 2. 

I fixed my problem by setting a class for A2 and making a style for this class which made the z-index value high while hovering A2.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been making a pop-up box sytem for positioned boxes (rendering a map). Your fix didn&#8217;t work for my (actually I&#8217;d already added a relative position). </p>
<p>However, by looking at the links you provided I found out that an element &#8220;A1&#8243; with ie. z-index 3 will go below an element &#8220;B1&#8243; with z-index 2 if it&#8217;s inside an element &#8220;A2&#8243; with z-index lower than 2. </p>
<p>I fixed my problem by setting a class for A2 and making a style for this class which made the z-index value high while hovering A2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-27187</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-27187</guid>
		<description>Thanks, you saved me a lot of time :D</description>
		<content:encoded><![CDATA[<p>Thanks, you saved me a lot of time :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-41437</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-41437</guid>
		<description>Thanks, you saved me a lot of time :D</description>
		<content:encoded><![CDATA[<p>Thanks, you saved me a lot of time :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liran Cohen</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-26626</link>
		<dc:creator>Liran Cohen</dc:creator>
		<pubDate>Fri, 12 Dec 2008 19:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-26626</guid>
		<description>AHHHHHHHHHH

I cant believe those ****** MS!!!
I just cant believe the time I wasted on this issue!!! and the money I lost due to this ****** bug!!! if its thats common why dont they fix it?!?!?!?


Thanks man , you just helped me finish the week at ease :)</description>
		<content:encoded><![CDATA[<p>AHHHHHHHHHH</p>
<p>I cant believe those ****** MS!!!<br />
I just cant believe the time I wasted on this issue!!! and the money I lost due to this ****** bug!!! if its thats common why dont they fix it?!?!?!?</p>
<p>Thanks man , you just helped me finish the week at ease :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liran Cohen</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-41436</link>
		<dc:creator>Liran Cohen</dc:creator>
		<pubDate>Fri, 12 Dec 2008 19:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-41436</guid>
		<description>AHHHHHHHHHH

I cant believe those ****** MS!!!
I just cant believe the time I wasted on this issue!!! and the money I lost due to this ****** bug!!! if its thats common why dont they fix it?!?!?!?


Thanks man , you just helped me finish the week at ease :)</description>
		<content:encoded><![CDATA[<p>AHHHHHHHHHH</p>
<p>I cant believe those ****** MS!!!<br />
I just cant believe the time I wasted on this issue!!! and the money I lost due to this ****** bug!!! if its thats common why dont they fix it?!?!?!?</p>
<p>Thanks man , you just helped me finish the week at ease :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: systembash.com @ 2012-02-09 01:16:00 -->
