<?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: Custom Buttons with CSS</title>
	<atom:link href="http://derekdevries.com/2009/04/02/custom-buttons-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 21:11:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: derek</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-1642</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-1642</guid>
		<description>Thanks Dan. I've committed updates to the code for IE8 using the solution in the link you provided.</description>
		<content:encoded><![CDATA[<p>Thanks Dan. I&#8217;ve committed updates to the code for IE8 using the solution in the link you provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazza</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-1009</link>
		<dc:creator>Jazza</dc:creator>
		<pubDate>Sat, 27 Jun 2009 11:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-1009</guid>
		<description>Hi, the code works terrifically! Only issue I have found is that in IE8 (not sure if it happens in IE7) when a button is clicked (or active) the right hand image appears a little higher than the rest of the buttons images. I've uploaded a shot of how it looks here: http://img530.imageshack.us/img530/7418/65450965.png

Any ideas how I could fix this?

Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi, the code works terrifically! Only issue I have found is that in IE8 (not sure if it happens in IE7) when a button is clicked (or active) the right hand image appears a little higher than the rest of the buttons images. I&#8217;ve uploaded a shot of how it looks here: <a href="http://img530.imageshack.us/img530/7418/65450965.png" rel="nofollow">http://img530.imageshack.us/img530/7418/65450965.png</a></p>
<p>Any ideas how I could fix this?</p>
<p>Thanks <img src='http://derekdevries.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rivard</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-990</link>
		<dc:creator>Dan Rivard</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-990</guid>
		<description>Found a viable solution to the IE8 problem in my previous post.  

http://labs.findsubstance.com/2009/05/21/ie8-form-button-with-background-image-on-click-css-bug/comment-page-1/#comment-750

The third method, just shifting the active state a little in IE8 only, works for now.</description>
		<content:encoded><![CDATA[<p>Found a viable solution to the IE8 problem in my previous post.  </p>
<p><a href="http://labs.findsubstance.com/2009/05/21/ie8-form-button-with-background-image-on-click-css-bug/comment-page-1/#comment-750" rel="nofollow">http://labs.findsubstance.com/2009/05/21/ie8-form-button-with-background-image-on-click-css-bug/comment-page-1/#comment-750</a></p>
<p>The third method, just shifting the active state a little in IE8 only, works for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rivard</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-989</link>
		<dc:creator>Dan Rivard</dc:creator>
		<pubDate>Fri, 12 Jun 2009 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-989</guid>
		<description>I used the same technique from Filament Group.  I also modified it a bit to match some css styled links I'm using.  I'm seeing an ugly shift of the sliding doors "end-cap" piece in the active/pressed state on IE8 final, and I get the same results in your git hub example.  Are there any updated versions of the code?  Is any one else seeing this?</description>
		<content:encoded><![CDATA[<p>I used the same technique from Filament Group.  I also modified it a bit to match some css styled links I&#8217;m using.  I&#8217;m seeing an ugly shift of the sliding doors &#8220;end-cap&#8221; piece in the active/pressed state on IE8 final, and I get the same results in your git hub example.  Are there any updated versions of the code?  Is any one else seeing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-958</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 26 May 2009 13:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-958</guid>
		<description>The code is all on &lt;a href="http://github.com/devrieda/custom_buttons/tree/master" rel="nofollow"&gt;GitHub&lt;/a&gt;. The code includes the markup, css, and images needed to display the buttons. There is a download link on the GitHub page to get a zipfile or tarball of the code.</description>
		<content:encoded><![CDATA[<p>The code is all on <a href="http://github.com/devrieda/custom_buttons/tree/master" rel="nofollow">GitHub</a>. The code includes the markup, css, and images needed to display the buttons. There is a download link on the GitHub page to get a zipfile or tarball of the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neki chan</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-957</link>
		<dc:creator>neki chan</dc:creator>
		<pubDate>Tue, 26 May 2009 07:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-957</guid>
		<description>where's the code for the class~
why didn't display it in the article
i confuse &gt;&lt;"</description>
		<content:encoded><![CDATA[<p>where&#8217;s the code for the class~<br />
why didn&#8217;t display it in the article<br />
i confuse &gt;&lt;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-891</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Wed, 22 Apr 2009 02:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-891</guid>
		<description>You can create larger style buttons by adding a new button class similar to how I have two different styles for the round/rectangle style buttons. It is certainly possible to make the height of the button scale dynamically to the size of the text, but it would require more nested spans in the markup, and more complexity. For the moment I think this works good enough for my needs. Feel free to fork on GitHub if you want to experiment.</description>
		<content:encoded><![CDATA[<p>You can create larger style buttons by adding a new button class similar to how I have two different styles for the round/rectangle style buttons. It is certainly possible to make the height of the button scale dynamically to the size of the text, but it would require more nested spans in the markup, and more complexity. For the moment I think this works good enough for my needs. Feel free to fork on GitHub if you want to experiment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiho Lupak</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-888</link>
		<dc:creator>Tiho Lupak</dc:creator>
		<pubDate>Tue, 21 Apr 2009 08:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-888</guid>
		<description>&gt; I’ve updated the examples on GitHub to show examples using icons with the buttons
Oh, I see, you put the icon *inside* the SPAN element :). I always used it only for the text, to better position it inside the button :).
Now there's only one thing missing: the possibility to scale it's size, i.e. to display bigger button that stands out from the rest. Of course by adding a bigger icon too (e.g. at various sizes - 32px, 48px, 64px and even 128px) - the rest: size, font, spacing could scale accordingly.</description>
		<content:encoded><![CDATA[<p>&gt; I’ve updated the examples on GitHub to show examples using icons with the buttons<br />
Oh, I see, you put the icon *inside* the SPAN element :). I always used it only for the text, to better position it inside the button :).<br />
Now there&#8217;s only one thing missing: the possibility to scale it&#8217;s size, i.e. to display bigger button that stands out from the rest. Of course by adding a bigger icon too (e.g. at various sizes - 32px, 48px, 64px and even 128px) - the rest: size, font, spacing could scale accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-884</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sun, 19 Apr 2009 19:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-884</guid>
		<description>I've updated the examples on GitHub to show examples using icons with the buttons</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the examples on GitHub to show examples using icons with the buttons</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiho Lupak</title>
		<link>http://derekdevries.com/2009/04/02/custom-buttons-with-css/comment-page-1/#comment-881</link>
		<dc:creator>Tiho Lupak</dc:creator>
		<pubDate>Mon, 13 Apr 2009 14:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=44#comment-881</guid>
		<description>The redering goes mad if one tries to add a simple icon to the button - like it's usual and requried in many situations</description>
		<content:encoded><![CDATA[<p>The redering goes mad if one tries to add a simple icon to the button - like it&#8217;s usual and requried in many situations</p>
]]></content:encoded>
	</item>
</channel>
</rss>
