<?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: CSS Gradient Tool; Build the Apple Navigation Bar</title>
	<atom:link href="http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: kntl</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-276567</link>
		<dc:creator>kntl</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-276567</guid>
		<description>very cool article and i know that so many designers searching for apple like design tutorials.

i had created a css navigation which inspired from apple&#039;s dotted page navigation bars. it has a tooltip on hover and it&#039;s a powerful code because no javascript, jquery or any image required to use it. you can check it on my blog:

http://kntl.org/css-imageless-but-cool-javascript-and-jquery</description>
		<content:encoded><![CDATA[<p>very cool article and i know that so many designers searching for apple like design tutorials.</p>
<p>i had created a css navigation which inspired from apple&#8217;s dotted page navigation bars. it has a tooltip on hover and it&#8217;s a powerful code because no javascript, jquery or any image required to use it. you can check it on my blog:</p>
<p><a href="http://kntl.org/css-imageless-but-cool-javascript-and-jquery" rel="nofollow">http://kntl.org/css-imageless-but-cool-javascript-and-jquery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genericallyloud</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-273748</link>
		<dc:creator>genericallyloud</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-273748</guid>
		<description>@prudnikov - you need to put that gradient stuff as the value of background-image

background-image:-webkit-gradient(linear, left top, left bottom, from(#17E1FF), to(#19ADC4), color-stop(.6,#19D1ED));</description>
		<content:encoded><![CDATA[<p>@prudnikov &#8211; you need to put that gradient stuff as the value of background-image</p>
<p>background-image:-webkit-gradient(linear, left top, left bottom, from(#17E1FF), to(#19ADC4), color-stop(.6,#19D1ED));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prudnikov</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-273720</link>
		<dc:creator>Prudnikov</dc:creator>
		<pubDate>Wed, 03 Jun 2009 14:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-273720</guid>
		<description>What I&#039;m doing wrong?
http://prudnikov.com/examples/test-webkit-gradient.html
Safari 4 beta does not display gradient, nevertheless http://tools.westciv.com/gradients/ shows me gradient...</description>
		<content:encoded><![CDATA[<p>What I&#8217;m doing wrong?<br />
<a href="http://prudnikov.com/examples/test-webkit-gradient.html" rel="nofollow">http://prudnikov.com/examples/test-webkit-gradient.html</a><br />
Safari 4 beta does not display gradient, nevertheless <a href="http://tools.westciv.com/gradients/" rel="nofollow">http://tools.westciv.com/gradients/</a> shows me gradient&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slightlyoff</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-273711</link>
		<dc:creator>slightlyoff</dc:creator>
		<pubDate>Tue, 02 Jun 2009 23:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-273711</guid>
		<description>Note that these gradients are also supported in Chrome (thanks, WebKit!).

Regards</description>
		<content:encoded><![CDATA[<p>Note that these gradients are also supported in Chrome (thanks, WebKit!).</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkimmortal</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-273709</link>
		<dc:creator>Darkimmortal</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-273709</guid>
		<description>Lol, that page scrolls about about 0.2 FPS in FF 3.5b4 with smooth scrolling. Screw fixed backgrounds.</description>
		<content:encoded><![CDATA[<p>Lol, that page scrolls about about 0.2 FPS in FF 3.5b4 with smooth scrolling. Screw fixed backgrounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codedread</title>
		<link>http://ajaxian.com/archives/css-gradient-tool-build-the-apple-navigation-bar/comment-page-1#comment-273694</link>
		<dc:creator>codedread</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6866#comment-273694</guid>
		<description>Looks great - I emailed the creator to see if he would also supply the equivalent SVG code to copy/paste.</description>
		<content:encoded><![CDATA[<p>Looks great &#8211; I emailed the creator to see if he would also supply the equivalent SVG code to copy/paste.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

