<?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: CSS3 Goodies &#8211; Borders and Backgrounds</title>
	<atom:link href="http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/</link>
	<description>All about WebKit development</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:00:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kurt Todoroff</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-2/#comment-23380</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 21:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23380</guid>
		<description>Hi Mark,

In my attempt to keep my postings terse, I have unfortunately misled you.
Here is the exact code that I added to my CSS to generate rounded corners.

#tociphotograph{
	padding: 10px;
	margin: 10px 10px 35px 10px;
	background-color: #FFFFFF;
	border: 1px solid #3366FF;
       	-webkit-border-radius: 10px solid #3366FF;
       	-moz-border-radius: 10px solid #3366FF;
        }

After I read your first reply to my query, I revised the code by removing
&quot;solid&quot; and &quot;#3366FF&quot; to read as follows:

#tociphotograph{
	padding: 10px;
	margin: 10px 10px 35px 10px;
	background-color: #FFFFFF;
	border: 1px solid #3366FF;
       	-webkit-border-radius: 10px;
       	-moz-border-radius: 10px;
        }

The second implementation in my style sheet solved the problem.  The rounded corners
look wonderful.

By the way, will &quot;-moz-xxx&quot; take care of Firefox?

Thank you for your help.

Kurt Todoroff</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>In my attempt to keep my postings terse, I have unfortunately misled you.<br />
Here is the exact code that I added to my CSS to generate rounded corners.</p>
<p>#tociphotograph{<br />
	padding: 10px;<br />
	margin: 10px 10px 35px 10px;<br />
	background-color: #FFFFFF;<br />
	border: 1px solid #3366FF;<br />
       	-webkit-border-radius: 10px solid #3366FF;<br />
       	-moz-border-radius: 10px solid #3366FF;<br />
        }</p>
<p>After I read your first reply to my query, I revised the code by removing<br />
&#8220;solid&#8221; and &#8220;#3366FF&#8221; to read as follows:</p>
<p>#tociphotograph{<br />
	padding: 10px;<br />
	margin: 10px 10px 35px 10px;<br />
	background-color: #FFFFFF;<br />
	border: 1px solid #3366FF;<br />
       	-webkit-border-radius: 10px;<br />
       	-moz-border-radius: 10px;<br />
        }</p>
<p>The second implementation in my style sheet solved the problem.  The rounded corners<br />
look wonderful.</p>
<p>By the way, will &#8220;-moz-xxx&#8221; take care of Firefox?</p>
<p>Thank you for your help.</p>
<p>Kurt Todoroff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rowe</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23378</link>
		<dc:creator>Mark Rowe</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23378</guid>
		<description>@Kurt: Take a look at http://www.css3.info/preview/rounded-border/ for an example of how to use border-radius.  The &lt;code&gt;[-webkit-]border-radius&lt;/code&gt; property is only for specifying the &quot;roundness&quot;.  You must still make use of the &lt;code&gt;border&lt;/code&gt; property to set the border width, line style and colour.</description>
		<content:encoded><![CDATA[<p>@Kurt: Take a look at <a href="http://www.css3.info/preview/rounded-border/" rel="nofollow">http://www.css3.info/preview/rounded-border/</a> for an example of how to use border-radius.  The <code>[-webkit-]border-radius</code> property is only for specifying the &#8220;roundness&#8221;.  You must still make use of the <code>border</code> property to set the border width, line style and colour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Todoroff</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23377</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23377</guid>
		<description>I see what I have done wrong.  When I enclose information within
the HTML open and close carets, the entire content is ignored and 
not posted.

I&#039;ll remember that.</description>
		<content:encoded><![CDATA[<p>I see what I have done wrong.  When I enclose information within<br />
the HTML open and close carets, the entire content is ignored and<br />
not posted.</p>
<p>I&#8217;ll remember that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Todoroff</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23376</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23376</guid>
		<description>Hi Mark,

Thank you for your prompt response.  My apologies again.  My posting should
have read:


to my HTML as follows:

 

Safari renders nice rounded corners.


On to the CSS code.  I reviewed the specification for the syntax of border-radius.
Are you (and the spec) suggesting that I should not include the code:

&quot;solid #3366FF&quot; 

because border-radius will inherit these attributes from #tociphotograph{}?


I just deleted this code from my CSS and tried it again.  The corners are still 
square.

Perhaps I&#039;m overlooking something, or I&#039;m misinterpreting the specification.

Thank you for your help.  I look forward to your next posting.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thank you for your prompt response.  My apologies again.  My posting should<br />
have read:</p>
<p>to my HTML as follows:</p>
<p>Safari renders nice rounded corners.</p>
<p>On to the CSS code.  I reviewed the specification for the syntax of border-radius.<br />
Are you (and the spec) suggesting that I should not include the code:</p>
<p>&#8220;solid #3366FF&#8221; </p>
<p>because border-radius will inherit these attributes from #tociphotograph{}?</p>
<p>I just deleted this code from my CSS and tried it again.  The corners are still<br />
square.</p>
<p>Perhaps I&#8217;m overlooking something, or I&#8217;m misinterpreting the specification.</p>
<p>Thank you for your help.  I look forward to your next posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rowe</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23375</link>
		<dc:creator>Mark Rowe</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23375</guid>
		<description>@Kurt: Take a look at the &lt;a href=&#039;http://www.w3.org/TR/css3-background/#the-border-radius&#039; rel=&quot;nofollow&quot;&gt;specification for the syntax of border-radius&lt;/a&gt;.  It takes either one or two length values which specify the radii of the ellipse used when drawing the curved corner.</description>
		<content:encoded><![CDATA[<p>@Kurt: Take a look at the <a href='http://www.w3.org/TR/css3-background/#the-border-radius' rel="nofollow">specification for the syntax of border-radius</a>.  It takes either one or two length values which specify the radii of the ellipse used when drawing the curved corner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Todoroff</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23373</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23373</guid>
		<description>My apologies!

I meant to type:

     I discovered this website a few days ago.</description>
		<content:encoded><![CDATA[<p>My apologies!</p>
<p>I meant to type:</p>
<p>     I discovered this website a few days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Todoroff</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-23372</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-23372</guid>
		<description>I discussed this websit a few days ago.  Well Done!

I decided to try border-radius.  I added the following code 
to my cascading style sheet:

     -webkit-border-radius 

as follows: 

     #tociphotograph{ 
     xxx: xxx; 
     yyy: yyy; 
     -webkit-border-radius: 10px solid #3366FF; 
     } 

The object&#039;s corners remain square.
 
However, when I removed this line from my CSS and then added: 

     -webkit-border-radius 

to my HTML as follows: 

      

Safari renders nice rounded corners.

Why doesn&#039;t Safari recognize the code in the CSS?

Thank you.</description>
		<content:encoded><![CDATA[<p>I discussed this websit a few days ago.  Well Done!</p>
<p>I decided to try border-radius.  I added the following code<br />
to my cascading style sheet:</p>
<p>     -webkit-border-radius </p>
<p>as follows: </p>
<p>     #tociphotograph{<br />
     xxx: xxx;<br />
     yyy: yyy;<br />
     -webkit-border-radius: 10px solid #3366FF;<br />
     } </p>
<p>The object&#8217;s corners remain square.</p>
<p>However, when I removed this line from my CSS and then added: </p>
<p>     -webkit-border-radius </p>
<p>to my HTML as follows: </p>
<p>Safari renders nice rounded corners.</p>
<p>Why doesn&#8217;t Safari recognize the code in the CSS?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leefe rates the world&#8230;

&#187;Blog Archive


 &#187; Going round the corners</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-22042</link>
		<dc:creator>Leefe rates the world&#8230;

&#187;Blog Archive


 &#187; Going round the corners</dc:creator>
		<pubDate>Wed, 30 May 2007 16:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-22042</guid>
		<description>[...]  using the prefix &#8216;-moz-&#8217;. And it works as described. I have seem mention that Safari supports  [...]</description>
		<content:encoded><![CDATA[<p>[...]  using the prefix &#8216;-moz-&#8217;. And it works as described. I have seem mention that Safari supports  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CD</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-1960</link>
		<dc:creator>CD</dc:creator>
		<pubDate>Tue, 04 Apr 2006 11:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-1960</guid>
		<description>I&#039;ve found a problem with border-radius - maybe I should report a bug but I&#039;m a newbie so I though I would post here.

It&#039;s a slightly obscure one, but if you apply a border-radius to a div *and* set the dix to be content-editable, the border radiuses are incorrectly drawn as you add new lines of text (forcingrthe div to grow vertically).

It&#039;s probably an easy one to fix :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a problem with border-radius &#8211; maybe I should report a bug but I&#8217;m a newbie so I though I would post here.</p>
<p>It&#8217;s a slightly obscure one, but if you apply a border-radius to a div *and* set the dix to be content-editable, the border radiuses are incorrectly drawn as you add new lines of text (forcingrthe div to grow vertically).</p>
<p>It&#8217;s probably an easy one to fix <img src='http://webkit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Crow is Soft  &#187; Blog Archive   &#187; CSS3 Goodies - Borders and Backgrounds</title>
		<link>http://webkit.org/blog/22/css3-goodies-borders-and-backgrounds/comment-page-1/#comment-257</link>
		<dc:creator>My Crow is Soft  &#187; Blog Archive   &#187; CSS3 Goodies - Borders and Backgrounds</dc:creator>
		<pubDate>Sat, 29 Oct 2005 21:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=22#comment-257</guid>
		<description>[...] ntroducing DomCorners &#187; 		 	 		 			CSS3 Goodies - Borders and Backgrounds 	 			 					CSS3 Goodies - Borders and Backgrounds 	 					 				 					 						This entry was posted 						  						on Sa [...]</description>
		<content:encoded><![CDATA[<p>[...] ntroducing DomCorners &raquo; 		 	 		 			CSS3 Goodies &#8211; Borders and Backgrounds 	 			 					CSS3 Goodies &#8211; Borders and Backgrounds 	 					 				 					 						This entry was posted 						  						on Sa [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
