<?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: How to Create a Slick and Clean Button in Photoshop</title>
	<atom:link href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 01:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Asi serija</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-139822</link>
		<dc:creator>Asi serija</dc:creator>
		<pubDate>Sun, 11 Dec 2011 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-139822</guid>
		<description>working!! try it, it is easy when well explained :) thanks!</description>
		<content:encoded><![CDATA[<p>working!! try it, it is easy when well explained :) thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuaï</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-137933</link>
		<dc:creator>Samuaï</dc:creator>
		<pubDate>Sun, 27 Nov 2011 12:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-137933</guid>
		<description>Hi!
Thanks you. Very simple and very nice!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Thanks you. Very simple and very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhattit</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-137578</link>
		<dc:creator>Bhattit</dc:creator>
		<pubDate>Sat, 26 Nov 2011 07:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-137578</guid>
		<description>Very wonderful tutorial.... thank you so much for posting this useful tutorial... Well done... :)</description>
		<content:encoded><![CDATA[<p>Very wonderful tutorial&#8230;. thank you so much for posting this useful tutorial&#8230; Well done&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-135978</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sun, 20 Nov 2011 22:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-135978</guid>
		<description>Hi Zarand, I think you forgot to add the class=&quot;buttonb&quot; to the link.
Should be like this:
&lt;code&gt;&lt;a href=&quot;http://lamortsubite.co.uk/bio.php&quot; rel=&quot;nofollow&quot;&gt;Bio&lt;/a&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Zarand, I think you forgot to add the class=&#8221;buttonb&#8221; to the link.<br />
Should be like this:<br />
<code>&lt;a href=&quot;http://lamortsubite.co.uk/bio.php&quot; rel=&quot;nofollow&quot;&gt;Bio&lt;/a&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-135437</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Nov 2011 11:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-135437</guid>
		<description>Thanks, also used this to create some nice smallish banners.</description>
		<content:encoded><![CDATA[<p>Thanks, also used this to create some nice smallish banners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zaránd</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-135010</link>
		<dc:creator>Zaránd</dc:creator>
		<pubDate>Sat, 12 Nov 2011 01:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-135010</guid>
		<description>Hi.

I am also trying to create more buttons, to replace the menu at the top of my (basic) website. I have made different .png files with the different words (home, reviews, gigs etc)

The first button works

The second does not. I copied the css but changed button to buttonb (buttonbio.png)

&lt;pre&gt;
 .buttonb{
	display:block;
	width:150px;
	height:50px;
	text-indent:-9999px;
}
.buttonb a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(buttonbio.png) no-repeat top left;
	outline:none;
}
.buttonb a:hover {
	background-position:0 -50px;
&lt;/pre&gt;

then 

&lt;pre&gt;
&lt;a&gt;&lt;a href=&quot;http://lamortsubite.co.uk/bio.php&quot; rel=&quot;nofollow&quot;&gt;Bio&lt;/a&gt;
&lt;/pre&gt;

All I get is the word Bio. No button. Can you help perhaps? I am not an expert...</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I am also trying to create more buttons, to replace the menu at the top of my (basic) website. I have made different .png files with the different words (home, reviews, gigs etc)</p>
<p>The first button works</p>
<p>The second does not. I copied the css but changed button to buttonb (buttonbio.png)</p>
<pre>
 .buttonb{
	display:block;
	width:150px;
	height:50px;
	text-indent:-9999px;
}
.buttonb a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(buttonbio.png) no-repeat top left;
	outline:none;
}
.buttonb a:hover {
	background-position:0 -50px;
</pre>
<p>then </p>
<pre>
&lt;a&gt;&lt;a href=&quot;http://lamortsubite.co.uk/bio.php&quot; rel=&quot;nofollow&quot;&gt;Bio&lt;/a&gt;
</pre>
<p>All I get is the word Bio. No button. Can you help perhaps? I am not an expert&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: condramedia</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-134605</link>
		<dc:creator>condramedia</dc:creator>
		<pubDate>Mon, 07 Nov 2011 15:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-134605</guid>
		<description>Great tutorial. Very stylish. You have taste, sir!</description>
		<content:encoded><![CDATA[<p>Great tutorial. Very stylish. You have taste, sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-134023</link>
		<dc:creator>Mrinal</dc:creator>
		<pubDate>Wed, 02 Nov 2011 12:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-134023</guid>
		<description>Very good and informative article written on web 2.0 slick and clean button in photoshop, happy to learn it.</description>
		<content:encoded><![CDATA[<p>Very good and informative article written on web 2.0 slick and clean button in photoshop, happy to learn it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Web</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-127058</link>
		<dc:creator>Mark Web</dc:creator>
		<pubDate>Sat, 01 Oct 2011 03:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-127058</guid>
		<description>Great tutorial. I don&#039;t think I have come across such a detailed explanation on how to create nice looking buttons. Bookmarked for future reference, thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial. I don&#8217;t think I have come across such a detailed explanation on how to create nice looking buttons. Bookmarked for future reference, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dilswee</title>
		<link>http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/#comment-126014</link>
		<dc:creator>dilswee</dc:creator>
		<pubDate>Wed, 28 Sep 2011 19:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=805#comment-126014</guid>
		<description>I&#039;ve tried to implement Strangeman&#039;s approach using the following code:
 




&lt;a href=&quot;#null&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;
&lt;a href=&quot;#null&quot; rel=&quot;nofollow&quot;&gt;Hours&lt;/a&gt;



However, no images load. I only get get phantom outlines if I click where images should be.  works, but I don&#039;t want breaks between buttons. Any help?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to implement Strangeman&#8217;s approach using the following code:</p>
<p>&lt;a href=&quot;#null&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;<br />
&lt;a href=&quot;#null&quot; rel=&quot;nofollow&quot;&gt;Hours&lt;/a&gt;</p>
<p>However, no images load. I only get get phantom outlines if I click where images should be.  works, but I don&#8217;t want breaks between buttons. Any help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

