<?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>Mvied Development &#187; CSS</title>
	<atom:link href="http://mvied.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://mvied.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 Oct 2011 13:08:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Internet Explorer 7 Z-index Bug</title>
		<link>http://mvied.com/css/internet-explorer-7-zindex-bug/</link>
		<comments>http://mvied.com/css/internet-explorer-7-zindex-bug/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:56:26 +0000</pubDate>
		<dc:creator>Mike Ems</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://mvied.com/?p=283</guid>
		<description><![CDATA[Today while working on a site, I ran into a really frustrating bug in IE7. While trying to stack absolutely positioned elements on a website, IE7 would not pay attention to z-index what-so-ever. The solution to this problem was to change the z-index of the parent element of what you want to display on top [...]]]></description>
			<content:encoded><![CDATA[<p>Today while working on a site, I ran into a really frustrating bug in IE7. While trying to stack absolutely positioned elements on a website, IE7 would not pay attention to z-index what-so-ever. The solution to this problem was to change the z-index of the parent element of what you want to display on top to a z-index higher than that of what you are trying to display underneath. I have no idea why this is the case, but since we&#8217;ll be supporting IE7 for a long time to come, it&#8217;s something that web developers need to be aware of.</p>
<p>I found a pretty good example of this bug in this article &#8211; <a href="http://brenelz.com/2009/02/03/squish-the-internet-explorer-z-index-bug/">Squish the Internet Explorer Z-Index Bug | Brenelz Web Design Solutions</a></p>
<p>I&#8217;ll be updating this article shortly with an example of my own.</p>
]]></content:encoded>
			<wfw:commentRss>http://mvied.com/css/internet-explorer-7-zindex-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

