<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Geovani Martinez &#187; CSS Round Corners</title>
	<atom:link href="http://geovanimartinez.com/tag/css-round-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://geovanimartinez.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Apr 2010 14:41:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Button round corners</title>
		<link>http://geovanimartinez.com/2009/01/29/button-round-corners/</link>
		<comments>http://geovanimartinez.com/2009/01/29/button-round-corners/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:58:03 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Round Corners]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/2009/01/29/button-round-corners/</guid>
		<description><![CDATA[In the process of doing some GUI enhancements on an existing application I recalled wanting to implement some round corners on the submit buttons. They are to appear round, colorful and match the application theme.


So I created the CSS class below and assigned it to the button controls.
.submit
{
    font-size:10px;
    color:#FFFFFF;
    background-color:#640405;
    padding:3px 5px;
    border:1px solid;
    [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of doing some GUI enhancements on an existing application I recalled wanting to implement some round corners on the submit buttons. They are to appear round, colorful and match the application theme.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/01/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/01/image-thumb4.png" border="0" alt="image" width="500" height="158" /></a></p>
<p><span id="more-128"></span></p>
<p>So I created the CSS class below and assigned it to the button controls.</p>
<p><em>.submit<br />
{<br />
    font-size:10px;<br />
    color:#FFFFFF;<br />
    background-color:#640405;<br />
    padding:3px 5px;<br />
    border:1px solid;<br />
    cursor:pointer;<br />
    /* Rounded corners in most browsers! */<br />
    -moz-border-radius: 5px; /* For Mozilla Firefox */<br />
    -khtml-border-radius: 5px; /* For Konqueror */<br />
    -webkit-border-radius: 5px; /* For Safari */<br />
}</em></p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/01/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/01/image-thumb5.png" border="0" alt="image" width="500" height="147" /></a></p>
<p>In the end its a good UI  enhancement to the application. The only one not rendering the corners round is IE but I can live with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2009/01/29/button-round-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
