<?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: IE7 lessons learned: the z-index bug</title>
	<atom:link href="http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/feed/" rel="self" type="application/rss+xml" />
	<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/</link>
	<description>Purveyors of self-important ramblings and half-baked theories since 2004.</description>
	<lastBuildDate>Tue, 29 Nov 2011 21:32:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Richa</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2427</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Thu, 24 Nov 2011 03:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2427</guid>
		<description>I think that&#039;s a bit of a blunt instrument. The problem I was originally trying to solve was that I wasn&#039;t sure what other relatively positioned elements were in the page—this was an application with data coming from a database—what relative stacking order they needed, or how close they were in proximity to the element I needed to be on top of everything.

What happens if you have some other positioned elements that have to stay in a certain stacking order in relation to the item you&#039;re hovering? If they automatically get a z-index of 2 when your mouse is over them, you get unexpected behavior. What if you&#039;re embedding a widget into someone else&#039;s webpage? I don&#039;t think this strategy would work.</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s a bit of a blunt instrument. The problem I was originally trying to solve was that I wasn&#8217;t sure what other relatively positioned elements were in the page—this was an application with data coming from a database—what relative stacking order they needed, or how close they were in proximity to the element I needed to be on top of everything.</p>
<p>What happens if you have some other positioned elements that have to stay in a certain stacking order in relation to the item you&#8217;re hovering? If they automatically get a z-index of 2 when your mouse is over them, you get unexpected behavior. What if you&#8217;re embedding a widget into someone else&#8217;s webpage? I don&#8217;t think this strategy would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot Condon</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2426</link>
		<dc:creator>Elliot Condon</dc:creator>
		<pubDate>Thu, 24 Nov 2011 01:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2426</guid>
		<description>What about an IE specific stylesheet with something as simple as this:

* {
	z-index: 1;
}

*:hover {
	z-index: 2;
}

Problem solved!</description>
		<content:encoded><![CDATA[<p>What about an IE specific stylesheet with something as simple as this:</p>
<p>* {<br />
	z-index: 1;<br />
}</p>
<p>*:hover {<br />
	z-index: 2;<br />
}</p>
<p>Problem solved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Rifkin</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2372</link>
		<dc:creator>Steve Rifkin</dc:creator>
		<pubDate>Tue, 11 Oct 2011 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2372</guid>
		<description>And the hits keep coming. Thank you, thank you, thank you for this post. I&#039;ve spent off and on, weeks on this problem and had basically written off the layout until this....I don&#039;t see a place where I can buy you a beer or grab a wishlist item for ya :)</description>
		<content:encoded><![CDATA[<p>And the hits keep coming. Thank you, thank you, thank you for this post. I&#8217;ve spent off and on, weeks on this problem and had basically written off the layout until this&#8230;.I don&#8217;t see a place where I can buy you a beer or grab a wishlist item for ya <img src='http://richa.avasthi.name/blogs/tepumpkin/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2354</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2354</guid>
		<description>Great. 
After 4 hours I finally found working solution. 

Thx man!!!</description>
		<content:encoded><![CDATA[<p>Great.<br />
After 4 hours I finally found working solution. </p>
<p>Thx man!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richa</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1920</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1920</guid>
		<description>&lt;p&gt;Samir,&lt;/p&gt;
&lt;ol style=&quot;margin-left: 30px; list-style: decimal;&quot;&gt;
	&lt;li&gt;What browsers do you see this problem in?&lt;/li&gt;
	&lt;li&gt;I&#039;d need to see your source code.&lt;/li&gt;
&lt;/ol&gt;


</description>
		<content:encoded><![CDATA[<p>Samir,</p>
<ol style="margin-left: 30px; list-style: decimal;">
<li>What browsers do you see this problem in?</li>
<li>I&#8217;d need to see your source code.</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1919</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 07 Mar 2011 09:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1919</guid>
		<description>Hey Richa,

I have flash movie on left hand side on a page. At other location there links which open JQuery Modal Window Form. Ideally when It open it should cover  (mask) the whole screen and only show Modal Window Content. It does that, I mean it covers up the entire screen except Flash Part. Which come aobve the MOdal Window and hides the content inside it. 

Can you please help? Thanks in Advance..
God Bless You</description>
		<content:encoded><![CDATA[<p>Hey Richa,</p>
<p>I have flash movie on left hand side on a page. At other location there links which open JQuery Modal Window Form. Ideally when It open it should cover  (mask) the whole screen and only show Modal Window Content. It does that, I mean it covers up the entire screen except Flash Part. Which come aobve the MOdal Window and hides the content inside it. </p>
<p>Can you please help? Thanks in Advance..<br />
God Bless You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1889</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 17 Jan 2011 21:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1889</guid>
		<description>Thanks so much for posting this. Creating a UI style guide and was running into this issue with the menus. Saved me hours of research, I&#039;m sure.</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this. Creating a UI style guide and was running into this issue with the menus. Saved me hours of research, I&#8217;m sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Stern</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1844</link>
		<dc:creator>Evan Stern</dc:creator>
		<pubDate>Fri, 03 Dec 2010 19:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1844</guid>
		<description>Thank you, this was what I needed.  The z-index bug was beginning to drive me up the wall and the few solutions I found were not able to help me with my issue.  The javascript solution worked!</description>
		<content:encoded><![CDATA[<p>Thank you, this was what I needed.  The z-index bug was beginning to drive me up the wall and the few solutions I found were not able to help me with my issue.  The javascript solution worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eincerto</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1831</link>
		<dc:creator>eincerto</dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1831</guid>
		<description>Thanks so much for this solution / explanation / and code. Helped me in a pinch!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this solution / explanation / and code. Helped me in a pinch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Freeman</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-1604</link>
		<dc:creator>Isaac Freeman</dc:creator>
		<pubDate>Wed, 13 Oct 2010 00:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-1604</guid>
		<description>This has been bugging me for ages, and it&#039;s great to find such a concise and usable solution.  Thanks very much!</description>
		<content:encoded><![CDATA[<p>This has been bugging me for ages, and it&#8217;s great to find such a concise and usable solution.  Thanks very much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/4 queries in 0.068 seconds using apc
Object Caching 314/314 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: assets.avasthi.name

Served from: richa.avasthi.name @ 2012-02-11 03:46:24 -->
