<?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: A better process to find maximum z-index within a page</title>
	<atom:link href="http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Sun, 29 Aug 2010 15:49:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Maya Campbell</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-6651</link>
		<dc:creator>Maya Campbell</dc:creator>
		<pubDate>Wed, 28 Apr 2010 03:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-6651</guid>
		<description>I have been perusing a few of your posts and have enjoyed it. Keep it up</description>
		<content:encoded><![CDATA[<p>I have been perusing a few of your posts and have enjoyed it. Keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahen</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-4554</link>
		<dc:creator>rahen</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-4554</guid>
		<description>I&#039;m so glad to know that my code helpd you :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m so glad to know that my code helpd you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santiago</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-4372</link>
		<dc:creator>santiago</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-4372</guid>
		<description>thanks a lot for this, it&#039;s the only solution i found that works fine in every major browser</description>
		<content:encoded><![CDATA[<p>thanks a lot for this, it&#8217;s the only solution i found that works fine in every major browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chb908</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-1210</link>
		<dc:creator>chb908</dc:creator>
		<pubDate>Wed, 03 Jun 2009 00:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-1210</guid>
		<description>birthday gift</description>
		<content:encoded><![CDATA[<p>birthday gift</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Snover</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-211</link>
		<dc:creator>C Snover</dc:creator>
		<pubDate>Fri, 24 Apr 2009 01:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-211</guid>
		<description>You should really be checking for &lt;code&gt;$(e).css(&#039;position&#039;) != &#039;static&#039;&lt;/code&gt; instead. All positioned elements receive an order on the stack. Ref: &lt;a href=&quot;http://www.w3.org/TR/CSS21/visuren.html#z-index&quot; rel=&quot;nofollow&quot;&gt;CSS 2.1 § 9.9.1&lt;/a&gt;.

Regards,</description>
		<content:encoded><![CDATA[<p>You should really be checking for <code>$(e).css('position') != 'static'</code> instead. All positioned elements receive an order on the stack. Ref: <a href="http://www.w3.org/TR/CSS21/visuren.html#z-index" rel="nofollow">CSS 2.1 § 9.9.1</a>.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rangan</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-98</link>
		<dc:creator>rangan</dc:creator>
		<pubDate>Sat, 07 Feb 2009 17:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-98</guid>
		<description>both works!:D i checked before. i&#039;m using jquery-1.6.2.js</description>
		<content:encoded><![CDATA[<p>both works!:D i checked before. i&#8217;m using jquery-1.6.2.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zp</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-97</link>
		<dc:creator>zp</dc:creator>
		<pubDate>Sat, 07 Feb 2009 16:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-97</guid>
		<description>i am not sure though, but, i think, $(e).css(&quot;z-index&quot;) should not work. you have to use $(e).css(&quot;zIndex&quot;). please check that.</description>
		<content:encoded><![CDATA[<p>i am not sure though, but, i think, $(e).css(&#8220;z-index&#8221;) should not work. you have to use $(e).css(&#8220;zIndex&#8221;). please check that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahen</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-96</link>
		<dc:creator>rahen</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-96</guid>
		<description>it messed up again during editing my post.</description>
		<content:encoded><![CDATA[<p>it messed up again during editing my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adnan</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-94</link>
		<dc:creator>adnan</dc:creator>
		<pubDate>Sat, 31 Jan 2009 05:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-94</guid>
		<description>I fixed that :)</description>
		<content:encoded><![CDATA[<p>I fixed that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahen</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/comment-page-1/#comment-93</link>
		<dc:creator>rahen</dc:creator>
		<pubDate>Fri, 30 Jan 2009 23:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=28#comment-93</guid>
		<description>my script is floated left side !!! :(</description>
		<content:encoded><![CDATA[<p>my script is floated left side !!! :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
