<?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>ABCoder &#187; css</title>
	<atom:link href="http://abcoder.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com</link>
	<description>Coding! don&#039;t ask, we&#039;re too good at it</description>
	<lastBuildDate>Thu, 19 Apr 2012 02:10:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Pure CSS Arrows</title>
		<link>http://abcoder.com/css/pure-css-arrows</link>
		<comments>http://abcoder.com/css/pure-css-arrows#comments</comments>
		<pubDate>Sat, 17 Jul 2010 11:44:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[corner]]></category>
		<category><![CDATA[css art]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interesting]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=675</guid>
		<description><![CDATA[CSS corner experiment using border attributes with html example page.]]></description>
		<wfw:commentRss>http://abcoder.com/css/pure-css-arrows/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Equal Height Columns</title>
		<link>http://abcoder.com/css/css-equal-height-columns</link>
		<comments>http://abcoder.com/css/css-equal-height-columns#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:21:58 +0000</pubDate>
		<dc:creator>abcoder</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[equal]]></category>
		<category><![CDATA[excellent]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[multi-columns]]></category>
		<category><![CDATA[pure]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table-less]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[tricky]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=145</guid>
		<description><![CDATA[Pure CSS three columns equal height hack with and without background image, bottom border fix and many more. Please go through the full article for different phenomena of div based multi-columns layout with free html, jQuery, javascript, css source code and images.]]></description>
		<wfw:commentRss>http://abcoder.com/css/css-equal-height-columns/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>jQuery Drop down menu without setTimeout</title>
		<link>http://abcoder.com/javascript/jquery/jquery-drop-down-menu-without-settimeout</link>
		<comments>http://abcoder.com/javascript/jquery/jquery-drop-down-menu-without-settimeout#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:26:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd menu]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[drop-down]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[exceptional]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[setTimeout]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[uncommon]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=282</guid>
		<description><![CDATA[jQuery drop down menu without using setTimeout function of javascript. It uses the magic of jQuery's hover function. The magical thing happens when the hover function is called inside another hover function with first function to null. So the menu doesn't hide and so no need to use the setTimeout. It's a very smart solution in the "jQuery way"!]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/jquery/jquery-drop-down-menu-without-settimeout/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IE6 fix for select box over absolute positioned element</title>
		<link>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element</link>
		<comments>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:07:36 +0000</pubDate>
		<dc:creator>abcoder</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[ul]]></category>
		<category><![CDATA[windowed element]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=129</guid>
		<description><![CDATA[The detailed instruction with css and jquery code for drop down menu over select box - fix for ie6.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A better process to find maximum z-index within a page</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page</link>
		<comments>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:13:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[get maximum z-index of a div]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[max z-index]]></category>
		<category><![CDATA[maximum z-index of a div]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[z-index]]></category>
		<category><![CDATA[zIndex]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=28</guid>
		<description><![CDATA[A jQuery approach to find the maximum z-index of an element in DOM. You'll find it helpful and handy for your complex javascript application when you need to handle the absolute positioned message windows layers or similar cases.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

