<?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: Make your links and buttons feel like they are being clicked</title>
	<atom:link href="http://www.alan-horne.com/blog/css-active-link-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alan-horne.com/blog/css-active-link-tutorial/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 05 May 2012 12:37:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alan</title>
		<link>http://www.alan-horne.com/blog/css-active-link-tutorial/#comment-85</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alan-horne.com/blog/?p=158#comment-85</guid>
		<description>Thanks Mustafa, going to give that bit of script a little try later on today if I get the chance.</description>
		<content:encoded><![CDATA[<p>Thanks Mustafa, going to give that bit of script a little try later on today if I get the chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa Kurtuldu</title>
		<link>http://www.alan-horne.com/blog/css-active-link-tutorial/#comment-84</link>
		<dc:creator>Mustafa Kurtuldu</dc:creator>
		<pubDate>Thu, 26 Aug 2010 11:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alan-horne.com/blog/?p=158#comment-84</guid>
		<description>Margins are a bit problematic, sometimes padding is the best way the achieve things that you would think margins would or could. 

Also their are still issues with margins being different on the Microsoft browsers.  

i got playing with your script and did this :) 

ps i used classes cause for links they are better as classes are repeated items etc :) - great site btw  


css
.name a:active {
	position:relative;
	top:10px;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	-moz-box-shadow: -1px -4px 1px  #ccc;
	-webkit-box-shadow: -1px -3px 3px #ccc;
	box-shadow:-1px -3px 3px #ccc;
	} 

html

&lt;a href=&#039;somelink.html&#039; rel=&quot;nofollow&quot;&gt;Clicky&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Margins are a bit problematic, sometimes padding is the best way the achieve things that you would think margins would or could. </p>
<p>Also their are still issues with margins being different on the Microsoft browsers.  </p>
<p>i got playing with your script and did this <img src='http://www.alan-horne.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>ps i used classes cause for links they are better as classes are repeated items etc <img src='http://www.alan-horne.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; great site btw  </p>
<p>css<br />
.name a:active {<br />
	position:relative;<br />
	top:10px;<br />
	padding:10px;<br />
	font-family:Verdana, Geneva, sans-serif;<br />
	-moz-box-shadow: -1px -4px 1px  #ccc;<br />
	-webkit-box-shadow: -1px -3px 3px #ccc;<br />
	box-shadow:-1px -3px 3px #ccc;<br />
	} </p>
<p>html</p>
<p><a href='somelink.html' rel="nofollow">Clicky</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.alan-horne.com/blog/css-active-link-tutorial/#comment-76</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alan-horne.com/blog/?p=158#comment-76</guid>
		<description>I must admit the padding effect I never tried after margin never worked for me.

I have updated the code to show a:active, typo on my part.

Thanks for the feedback Ard.</description>
		<content:encoded><![CDATA[<p>I must admit the padding effect I never tried after margin never worked for me.</p>
<p>I have updated the code to show a:active, typo on my part.</p>
<p>Thanks for the feedback Ard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ard</title>
		<link>http://www.alan-horne.com/blog/css-active-link-tutorial/#comment-75</link>
		<dc:creator>Ard</dc:creator>
		<pubDate>Wed, 25 Aug 2010 08:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alan-horne.com/blog/?p=158#comment-75</guid>
		<description>I think a better way to do this is to just give a padding-top of 1px.
Also, when hovering a button you probably don&#039;t want it too look like it&#039;s being clicked, you only want to if it actually is being clicked. You have to use the a:active tag for that instead of a:hover.</description>
		<content:encoded><![CDATA[<p>I think a better way to do this is to just give a padding-top of 1px.<br />
Also, when hovering a button you probably don&#8217;t want it too look like it&#8217;s being clicked, you only want to if it actually is being clicked. You have to use the a:active tag for that instead of a:hover.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.alan-horne.com @ 2012-05-18 08:09:52 -->
