<?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>noisylime &#187; CSS</title>
	<atom:link href="http://noisylime.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://noisylime.com</link>
	<description>a blog about design and other cool things...</description>
	<lastBuildDate>Tue, 09 Feb 2010 14:52:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery MagicLine Navigation</title>
		<link>http://noisylime.com/2010/02/09/jquery-magicline-navigation/</link>
		<comments>http://noisylime.com/2010/02/09/jquery-magicline-navigation/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:52:53 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://noisylime.com/?p=439</guid>
		<description><![CDATA[These “sliding” style navigation bars have been around a while, I just thought I’d take a crack at doing it myself as the opportunity came up recently. Turns out it’s really pretty darn easy. I put two examples together for it.
Link
]]></description>
			<content:encoded><![CDATA[<p><a href="http://css-tricks.com/jquery-magicline-navigation/" target="_blank"><img src="http://noisylime.com/wp-content/uploads/2010/02/magiclineexample1.png" border="0" width="570" height="107" class="alignnone size-full wp-image-440" /></a><br clear="all" />These “sliding” style navigation bars have been around a while, I just thought I’d take a crack at doing it myself as the opportunity came up recently. Turns out it’s really pretty darn easy. I put two examples together for it.</p>
<p><a href="http://css-tricks.com/jquery-magicline-navigation/" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2010/02/09/jquery-magicline-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS PRISM</title>
		<link>http://noisylime.com/2010/01/07/css-prism/</link>
		<comments>http://noisylime.com/2010/01/07/css-prism/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:17:36 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Color]]></category>

		<guid isPermaLink="false">http://noisylime.com/?p=431</guid>
		<description><![CDATA[
a very cool stylesheet color inspector.
check it out.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://noisylime.com/wp-content/uploads/2010/01/cssprismhome.gif" alt="cssprismhome" title="cssprismhome" width="339" height="92" class="alignnone size-full wp-image-432" /><br clear="all /></p>
<p>a very cool stylesheet color inspector.<br />
<a href="http://cssprism.com" target="_blank"><strong>check it out</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2010/01/07/css-prism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid System for Web Designin&#8217;</title>
		<link>http://noisylime.com/2009/05/13/grid-system-for-web-designin/</link>
		<comments>http://noisylime.com/2009/05/13/grid-system-for-web-designin/#comments</comments>
		<pubDate>Wed, 13 May 2009 12:57:16 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://noisylime.com/2009/05/13/grid-system-for-web-designin/</guid>
		<description><![CDATA[
Check out the 960 grid system.
There is also one called blueprint, which can be found here.
]]></description>
			<content:encoded><![CDATA[<p><img src='http://noisylime.com/wp-content/uploads/2009/05/h11.gif' alt='h11.gif' /><br />
<a href="http://960.gs/" target="_blank">Check out the 960 grid system.</a></p>
<p>There is also one called blueprint, which can be found <a href="http://www.blueprintcss.org/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2009/05/13/grid-system-for-web-designin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Min-Height in ie6, woo hoo</title>
		<link>http://noisylime.com/2009/01/29/min-height-in-ie6-woo-hoo/</link>
		<comments>http://noisylime.com/2009/01/29/min-height-in-ie6-woo-hoo/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:17:53 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://noisylime.com/2009/01/29/min-height-in-ie6-woo-hoo/</guid>
		<description><![CDATA[id {
  min-height:500px;
  height:auto !important;
  height:500px;
}
Thanks, Dustin
]]></description>
			<content:encoded><![CDATA[<p>id {<br />
  min-height:500px;<br />
  height:auto !important;<br />
  height:500px;<br />
}</p>
<p>Thanks, <a href="http://www.dustindiaz.com/min-height-fast-hack/" target="_blank">Dustin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2009/01/29/min-height-in-ie6-woo-hoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>s3slider jQuery plugin</title>
		<link>http://noisylime.com/2008/12/01/s3slider-jquery-plugin/</link>
		<comments>http://noisylime.com/2008/12/01/s3slider-jquery-plugin/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 18:43:45 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://noisylime.com/2008/12/01/s3slider-jquery-plugin/</guid>
		<description><![CDATA[pretty slick image fading with description overlay.
LINK
]]></description>
			<content:encoded><![CDATA[<p>pretty slick image fading with description overlay.<br />
<a href="http://www.serie3.info/s3slider/index.php" target="_blank">LINK</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2008/12/01/s3slider-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS buttons with icons</title>
		<link>http://noisylime.com/2008/06/12/css-buttons-with-icons/</link>
		<comments>http://noisylime.com/2008/06/12/css-buttons-with-icons/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 20:33:31 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://noisylime.com/2008/06/12/css-buttons-with-icons/</guid>
		<description><![CDATA[
Download the code from my friends at woork.
link
]]></description>
			<content:encoded><![CDATA[<p><a href="http://woork.blogspot.com/2008/06/beautiful-css-buttons-with-icon-set.html"><img src='http://noisylime.com/wp-content/uploads/2008/06/buttonnice.gif' alt='buttonnice.gif' /></a></p>
<p>Download the code from my friends at woork.</p>
<p><a href="http://woork.blogspot.com/2008/06/beautiful-css-buttons-with-icon-set.html">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2008/06/12/css-buttons-with-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Text Wrap: Squeeze that text around any line</title>
		<link>http://noisylime.com/2008/01/11/css-text-wrap-squeeze-that-text-around-any-line/</link>
		<comments>http://noisylime.com/2008/01/11/css-text-wrap-squeeze-that-text-around-any-line/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 15:31:44 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://noisylime.com/2008/01/11/css-text-wrap-squeeze-that-text-around-any-line/</guid>
		<description><![CDATA[Sick of those straight lines that your text follows? Rounded corners can only do so much? Now, a new tool is here to help you out: CSS Text Wrap.
 The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, [...]]]></description>
			<content:encoded><![CDATA[<p>Sick of those straight lines that your text follows? Rounded corners can only do so much? Now, a new tool is here to help you out: <a href="http://www.csstextwrap.com/">CSS Text Wrap</a>.</p>
<blockquote><p> The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website </p>
</blockquote>
<p>On the flip side, you get a choice of inline HTML (below), XHTML with CSS classes, or JavaScript.</p>
<div><a href="javascript:showCodeTxt(&#39;html-2&#39;);">PLAIN TEXT</a></div>
<div><span>HTML:</span><br /> 
<div>
<div>
<ol>
<li>
<div> </div>
<p></li>
<li>
<div><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:left;clear:left;height:15px;width:4px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:right;clear:right;height:15px;width:3px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:left;clear:left;height:15px;width:13px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:right;clear:right;height:15px;width:8px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:left;clear:left;height:15px;width:22px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:right;clear:right;height:15px;width:14px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:left;clear:left;height:15px;width:30px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span><span><a href="http://december.com/html/4/element/div.html"><span>
<div> <span>style</span>=<span>&quot;float:right;clear:right;height:15px;width:19px&quot;</span><span>&gt;</span><span><span></span></span></div>
<p></span></a></span></div>
</li>
<p> <a href="http://december.com/html/4/element/div.html">	</a>
<li>
<div><a href="http://december.com/html/4/element/div.html"> </a></div>
<p></li>
</ol></div>
<p> <a href="http://december.com/html/4/element/div.html">	</a></div>
</p></div>
<p> <a href="http://december.com/html/4/element/div.html">	</a>
<p><a href="http://www.csstextwrap.com/"><img src="http://ajaxian.com/wp-content/images/csstextwrap.png" border="0" alt="CSS Text Wrap" width="540" height="299" /></a> </p>
<div> <a href="http://feeds.feedburner.com/~f/ajaxian?a=5myRUrC"><img src="http://feeds.feedburner.com/~f/ajaxian?i=5myRUrC" border="0" /></a> <a href="http://feeds.feedburner.com/~f/ajaxian?a=6ww8DBC"><img src="http://feeds.feedburner.com/~f/ajaxian?i=6ww8DBC" border="0" /></a> <a href="http://feeds.feedburner.com/~f/ajaxian?a=LLgkBNc"><img src="http://feeds.feedburner.com/~f/ajaxian?i=LLgkBNc" border="0" /></a> </div>
<p>[via <a href="http://feeds.feedburner.com/~r/ajaxian/~3/202685277/css-text-wrap-squeeze-that-text-around-any-line">Ajaxian</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2008/01/11/css-text-wrap-squeeze-that-text-around-any-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Everything&#8230; 100+ tools in one!</title>
		<link>http://noisylime.com/2007/07/11/test-everything-100-tools-in-one/</link>
		<comments>http://noisylime.com/2007/07/11/test-everything-100-tools-in-one/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 17:01:54 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[Application Review]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://noisylime.com/?p=267</guid>
		<description><![CDATA[Enter your url and let this tool check css validation, google backlinking, url history, network status, etc.
LINK
]]></description>
			<content:encoded><![CDATA[<p>Enter your url and let this tool check css validation, google backlinking, url history, network status, etc.</p>
<p><a href="http://tester.jonasjohn.de/">LINK</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2007/07/11/test-everything-100-tools-in-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script.aculo.us Effect.Tooltip</title>
		<link>http://noisylime.com/2007/07/09/scriptaculous-effecttooltip/</link>
		<comments>http://noisylime.com/2007/07/09/scriptaculous-effecttooltip/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 20:59:09 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://noisylime.com/?p=261</guid>
		<description><![CDATA[Nick Stakenburg has written a nice simple tooltip built on Script.aculo.us called Effect.Tooltip.
It is as simple to setup as:
PLAIN TEXT
JAVASCRIPT:





new Effect.Tooltip(element, content, {title : &#39;title&#39;, className: &#39;class&#39;, offset: {x:0, y:0}});






 
[via Ajaxian]
]]></description>
			<content:encoded><![CDATA[<p>Nick Stakenburg has written a nice simple tooltip built on Script.aculo.us called <a href="http://www.illustate.com/playground/scriptaculous/tooltip/">Effect.Tooltip</a>.</p>
<p>It is as simple to setup as:</p>
<div><a href="javascript:showCodeTxt(&#39;javascript-2&#39;);">PLAIN TEXT</a></div>
<div><span>JAVASCRIPT:</span>
<div>
<div>
<ol>
<li></li>
<li>
<div><span>new</span> Effect.<span>Tooltip</span><span>(</span>element, content, <span>{</span>title : <span>&#39;title&#39;</span>, className: <span>&#39;class&#39;</span>, offset: <span>{</span>x:<span>0</span>, y:<span>0</span><span>}</span><span>}</span><span>)</span>;</div>
</li>
<li></li>
</ol>
</div>
</div>
</div>
<p><a href="http://www.illustate.com/playground/scriptaculous/tooltip/"><img src="http://ajaxian.com/wp-content/images/effect.tooltip.png" border="0" alt="Effect.Tooltip" width="343" height="211" /></a> </p>
<p>[via <a href="http://feeds.feedburner.com/~r/ajaxian/~3/130046191/scriptaculous-effecttooltip">Ajaxian</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2007/07/09/scriptaculous-effecttooltip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glossy.js</title>
		<link>http://noisylime.com/2007/06/20/glossyjs/</link>
		<comments>http://noisylime.com/2007/06/20/glossyjs/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 19:58:39 +0000</pubDate>
		<dc:creator>PDL</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://noisylime.com/?p=243</guid>
		<description><![CDATA[Glossy.js 1.2 allows you to add corners and shading and shadow to images on your webpages (alternatively: corner.js). It uses unobtrusive javascript to keep your code clean.
It works in all the major browsers &#8211; Mozilla Firefox 1.5+, Opera 9+, IE6+ and Safari. On older browsers, it&#8217;ll degrade and your visitors won&#8217;t notice a thing.
LINK
]]></description>
			<content:encoded><![CDATA[<p><img src='http://noisylime.com/wp-content/uploads/2007/06/glossy.jpg' alt='glossy.jpg' align=right />Glossy.js 1.2 allows you to add corners and shading and shadow to images on your webpages (alternatively: corner.js). It uses unobtrusive javascript to keep your code clean.</p>
<p>It works in all the major browsers &#8211; Mozilla Firefox 1.5+, Opera 9+, IE6+ and Safari. On older browsers, it&#8217;ll degrade and your visitors won&#8217;t notice a thing.</p>
<p><a href="http://www.netzgesta.de/glossy/">LINK</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noisylime.com/2007/06/20/glossyjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
