<?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: 5 Different Tutorials Of Creating Dynamic CSS Round Corners Link Buttons</title>
	<atom:link href="http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/</link>
	<description>A digital community for web designers and developers by sharing freebies, great tutorials, useful resources and online tips.</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Danny</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-18743</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 26 Aug 2011 03:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-18743</guid>
		<description>Isn&#039;t it a lot easier to use the css sprite technique with no issues with any browsers??</description>
		<content:encoded><![CDATA[<p>Isn't it a lot easier to use the css sprite technique with no issues with any browsers??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-19062</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 22 Mar 2011 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-19062</guid>
		<description>I was able to make Example 5 work with Firefox AND IE!</description>
		<content:encoded><![CDATA[<p>I was able to make Example 5 work with Firefox AND IE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-14552</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 23 Feb 2011 16:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-14552</guid>
		<description>This is great, but is there any way to make example 1 or 2 work on any background color? I tried changing the buttons.jpg to a PNG to make the &quot;outside space&quot; transparent. But this allows the underlapped (is that a word?) background to show through making the right side of the button look messed up.

I have fixed this, by creating a separate buttons.jpg with the desired background color. But that means I will have to do this for each BG color that I have... very inefficient. Was hoping there was a better way :) 

Cheers!</description>
		<content:encoded><![CDATA[<p>This is great, but is there any way to make example 1 or 2 work on any background color? I tried changing the buttons.jpg to a PNG to make the "outside space" transparent. But this allows the underlapped (is that a word?) background to show through making the right side of the button look messed up.</p>
<p>I have fixed this, by creating a separate buttons.jpg with the desired background color. But that means I will have to do this for each BG color that I have... very inefficient. Was hoping there was a better way :) </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Everett</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-12852</link>
		<dc:creator>Rob Everett</dc:creator>
		<pubDate>Mon, 27 Dec 2010 21:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-12852</guid>
		<description>Could anyone tell me how to use this method in wordpress?  How do you upload the .gif images to wordpress?  (I can&#039;t use css3 because wordpress won&#039;t let me)</description>
		<content:encoded><![CDATA[<p>Could anyone tell me how to use this method in wordpress?  How do you upload the .gif images to wordpress?  (I can't use css3 because wordpress won't let me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Widmann</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-9650</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Sat, 23 Oct 2010 19:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-9650</guid>
		<description>Very nice tutorials! Thanks</description>
		<content:encoded><![CDATA[<p>Very nice tutorials! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Uzelac</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-8366</link>
		<dc:creator>Emil Uzelac</dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-8366</guid>
		<description>@Scot Hacker

That&#039;s simple:

&lt;code&gt;    &lt;button type=&quot;submit&quot; class=&quot;positive&quot;&gt;
        Submit Comment
    &lt;/button&gt;&lt;/code&gt;

I have very similar css buttons for my WordPress Theme and the above is what I use in comments.php

Cheers,
Emil</description>
		<content:encoded><![CDATA[<p>@Scot Hacker</p>
<p>That's simple:</p>
<p><code>    &lt;button type=&quot;submit&quot; class=&quot;positive&quot;&gt;<br />
        Submit Comment<br />
    &lt;/button&gt;</code></p>
<p>I have very similar css buttons for my WordPress Theme and the above is what I use in comments.php</p>
<p>Cheers,<br />
Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-4137</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Mon, 05 Apr 2010 07:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-4137</guid>
		<description>This seems fine for a button that&#039;s really just a link, but what if you want the button to POST? (i.e. a form submit button)?</description>
		<content:encoded><![CDATA[<p>This seems fine for a button that's really just a link, but what if you want the button to POST? (i.e. a form submit button)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabha</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-3913</link>
		<dc:creator>Prabha</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-3913</guid>
		<description>useful tutorial..

Thanks,</description>
		<content:encoded><![CDATA[<p>useful tutorial..</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beaugirl</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-3473</link>
		<dc:creator>beaugirl</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-3473</guid>
		<description>Thanks!  I&#039;m using Example 2, but having trouble getting my button to right align within a table.  Any recommendations?</description>
		<content:encoded><![CDATA[<p>Thanks!  I'm using Example 2, but having trouble getting my button to right align within a table.  Any recommendations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumana</title>
		<link>http://www.onextrapixel.com/2009/04/24/5-different-tutorials-of-creating-dynamic-css-round-corners-link-buttons/comment-page-1/#comment-3405</link>
		<dc:creator>Sumana</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=85#comment-3405</guid>
		<description>Thanks for the idea you have provided. Although I did not use your example, the general idea really helped!</description>
		<content:encoded><![CDATA[<p>Thanks for the idea you have provided. Although I did not use your example, the general idea really helped!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 1/14 queries in 0.014 seconds using apc
Object Caching 454/458 objects using apc
Content Delivery Network via net.onextrapixel.com

Served from: onextrapixel.com @ 2012-02-08 16:34:56 -->
