<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>systemBash &#187; CSS</title>
	<atom:link href="http://systembash.com/tags/code-samples/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Sat, 27 Feb 2010 02:12:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://systembash.com/?pushpress=hub'/>
		<item>
		<title>CSS: Z-Index and Internet Explorer</title>
		<link>http://systembash.com/content/css-z-index-internet-explorer/</link>
		<comments>http://systembash.com/content/css-z-index-internet-explorer/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 10:58:04 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer If]]></category>

		<guid isPermaLink="false">http://systembash.com/content/css-z-index-internet-explorer/</guid>
		<description><![CDATA[If you try to use Z-index with Internet Explorer (I hear this is a problem on both 6 and 7), you may have problems getting it to &#8220;listen&#8221; when Firefox seems to handle z-index just fine.
The problem is a bug in IE which does not render z-index properly all of the time. If you just [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to use <a href="http://www.w3schools.com/css/pr_pos_z-index.asp">Z-index</a> with Internet Explorer (I hear this is a problem on both 6 and 7), you may have problems getting it to &#8220;listen&#8221; when Firefox seems to handle z-index just fine.</p>
<p>The problem is a bug in IE which does not render z-index properly all of the time. If you just use z-index: XXX and do not have a position tag, then it does not work. By adding &#8220;position: relative&#8221; or &#8220;position: absolute&#8221; tag to your CSS div tag, it magically works!</p>
<p>Thanks for wasting several hours of mine IE.</p>
<p>See <a href="http://www.brainjar.com/css/positioning/default5.asp">here</a> and <a href="http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html">here</a> for others with this problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://systembash.com/content/css-z-index-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
