<?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, 29 Jul 2010 09:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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: 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: 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 <img src='http://systembash.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </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 <img src='http://systembash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasitha</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-23268</link>
		<dc:creator>Lasitha</dc:creator>
		<pubDate>Mon, 17 Nov 2008 04:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-23268</guid>
		<description>OH thx buddy... it working...
u r great. no words to express ma feelings.
thanx buddy.
keep it up. u guys help alot... max...</description>
		<content:encoded><![CDATA[<p>OH thx buddy&#8230; it working&#8230;<br />
u r great. no words to express ma feelings.<br />
thanx buddy.<br />
keep it up. u guys help alot&#8230; max&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattapus</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-14761</link>
		<dc:creator>Mattapus</dc:creator>
		<pubDate>Mon, 28 Jul 2008 15:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-14761</guid>
		<description>Ah man, you&#039;re a lifesaver! Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Ah man, you&#8217;re a lifesaver! Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/comment-page-1/#comment-12583</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/#comment-12583</guid>
		<description>Thanks man! Just ran into this a couple of days ago and couldn&#039;t figure it out.</description>
		<content:encoded><![CDATA[<p>Thanks man! Just ran into this a couple of days ago and couldn&#8217;t figure it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
