<?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>Codigo Manso &#187; safari</title>
	<atom:link href="http://www.codigomanso.com/en/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigomanso.com</link>
	<description>Programación, informática y tecnología</description>
	<lastBuildDate>Sun, 21 Aug 2011 10:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS3 rounded corners</title>
		<link>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/</link>
		<comments>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 18:47:56 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[esquinas redondeadas]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=323</guid>
		<description><![CDATA[CSS3 support for rounded corners is not news, what I haven&#8217;t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago).
According to the CSS3 spec, it should be enough to use the style &#8220;border-radius&#8221; to set the rounding, unfortunatelly, browsers do not support this style [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.w3.org/TR/css3-background/" target="_self">CSS3 support for rounded corners is not news</a>, what I haven&#8217;t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago).</p>
<p style="text-align: justify;">According to the CSS3 spec, it should be enough to use the style &#8220;border-radius&#8221; to set the rounding, unfortunatelly, browsers do not support this style yet <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p style="text-align: justify;">On the other hand, a div with rounded corners could be easily specified for gecko and webkit, just by using &#8220;-moz-border-radius&#8221; for Firefox 2/3, and &#8220;-webkit-border-radius&#8221; for the latest (Safari).</p>
<p style="text-align: justify;">After trying this on some browsers I&#8217;ve seen that Firefox 2, Firefox 3, Safari 3.1 and Chrome work as expected, while Opera and Internet Explorer (IE6/IE7) have no support for this (natively).</p>
<p style="text-align: justify;">
<p style="padding: 4px 8px; text-align: justify;-moz-border-radius: 10px; -webkit-border-radius: 10px; border:1px solid #83D13D; background: #af8;">This block of text should appear inside a rounded corner box on Firefox, Safari or Chrome.<br />
If you look at page contents, I haven&#8217;t used any javascript or any complex CSS, just:<br />
<strong>-moz-border-radius: 10px;</strong><br />
<strong>-webkit-border-radius: 10px;</strong></p>
<p style="text-align: justify;">
<p>What I don&#8217;t like, is the fact that I haven&#8217;t found any way or non-standard attribute for doing this on IE.<br />
Well, what do you think about the rounded corners?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

