<?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: border-radius: Safari vs Mozilla</title>
	<atom:link href="http://www.css3.info/border-radius-apple-vs-mozilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/border-radius-apple-vs-mozilla/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:05:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mort3ZA</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-2/#comment-259155</link>
		<dc:creator>Mort3ZA</dc:creator>
		<pubDate>Sat, 15 May 2010 20:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-259155</guid>
		<description> oh sorry, it was mistake. safari work with only one property in broder-radius like this:
-webkit-border-radius: 20px;</description>
		<content:encoded><![CDATA[<p> oh sorry, it was mistake. safari work with only one property in broder-radius like this:<br />
-webkit-border-radius: 20px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mort3ZA</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-2/#comment-259154</link>
		<dc:creator>Mort3ZA</dc:creator>
		<pubDate>Sat, 15 May 2010 20:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-259154</guid>
		<description>this work for safari:
-webkit-border-radius: 20px 4px; </description>
		<content:encoded><![CDATA[<p>this work for safari:<br />
-webkit-border-radius: 20px 4px; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benu Gupta</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-2/#comment-259040</link>
		<dc:creator>Benu Gupta</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-259040</guid>
		<description>

title




	
	
    	&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;About Us&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;News&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Contact Us&lt;/a&gt;
    




#menu ul li {
	list-style:none;
	display:inline;
}
#menu ul li a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
 
	/* Border Shadow */
	-webkit-box-shadow: 1px 2px 2px #737373;
	-moz-box-shadow: 1px 2px 2px #737373;
	box-shadow: 1px 2px 2px #737373;
 
	color: #ffffff;
	background:#cccccc;
	display: inline-block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #7F7F7F;
	padding: 5px 25px;
}
#menu ul li a:active {
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px #737373;;
	-moz-box-shadow: 1px 1px 1px #737373;;
	box-shadow: 1px 1px 1px #737373;
}
	
	 #menu ul li a {
 
	/* Animation (Webkit, Gecko &amp; Mozilla) */
	-webkit-transition-duration: 0.90s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-out;
}

You can use this code its working prefect on safari with animation.</description>
		<content:encoded><![CDATA[<p>title</p>
<p>    	<a href="#" rel="nofollow">Home</a><br />
        <a href="#" rel="nofollow">About Us</a><br />
        <a href="#" rel="nofollow">News</a><br />
        <a href="#" rel="nofollow">Contact Us</a></p>
<p>#menu ul li {<br />
	list-style:none;<br />
	display:inline;<br />
}<br />
#menu ul li a {<br />
	-webkit-border-radius: 15px;<br />
	-moz-border-radius: 15px;<br />
	border-radius: 15px;</p>
<p>	/* Border Shadow */<br />
	-webkit-box-shadow: 1px 2px 2px #737373;<br />
	-moz-box-shadow: 1px 2px 2px #737373;<br />
	box-shadow: 1px 2px 2px #737373;</p>
<p>	color: #ffffff;<br />
	background:#cccccc;<br />
	display: inline-block;<br />
	padding: 5px 15px;<br />
	outline: none;<br />
	text-decoration: none;<br />
}<br />
#menu ul li a:hover {<br />
	background: #7F7F7F;<br />
	padding: 5px 25px;<br />
}<br />
#menu ul li a:active {<br />
	background: rgba(0,0,0,0.1);<br />
	-webkit-box-shadow: 1px 1px 1px #737373;;<br />
	-moz-box-shadow: 1px 1px 1px #737373;;<br />
	box-shadow: 1px 1px 1px #737373;<br />
}</p>
<p>	 #menu ul li a {</p>
<p>	/* Animation (Webkit, Gecko &amp; Mozilla) */<br />
	-webkit-transition-duration: 0.90s;<br />
	-webkit-transition-timing-function: ease-out;<br />
	-moz-transition-duration: 0.20s;<br />
	-moz-transition-timing-function: ease-out;<br />
}</p>
<p>You can use this code its working prefect on safari with animation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solo los tontos odian flash &#124; Cotoweb Blog</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-2/#comment-258967</link>
		<dc:creator>Solo los tontos odian flash &#124; Cotoweb Blog</dc:creator>
		<pubDate>Sat, 17 Apr 2010 01:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-258967</guid>
		<description>[...] http://www.css3.info/border-radius-apple-vs-mozilla/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.css3.info/border-radius-apple-vs-mozilla/" rel="nofollow">http://www.css3.info/border-radius-apple-vs-mozilla/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DropSys</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-258825</link>
		<dc:creator>DropSys</dc:creator>
		<pubDate>Tue, 30 Mar 2010 04:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-258825</guid>
		<description> Here&#039;s the css to get your corners working with FF, Chrome and Safari.
        
        -moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;

I added this to get my blog roll to look cleaner and works most browsers... have yet to try IE?
visit the site to see the working example: www.frylowcaribbean.com 

:)</description>
		<content:encoded><![CDATA[<p> Here&#8217;s the css to get your corners working with FF, Chrome and Safari.</p>
<p>        -moz-border-radius-topleft: 7px;<br />
	-moz-border-radius-topright: 7px;<br />
	-webkit-border-top-left-radius: 7px;<br />
	-webkit-border-top-right-radius: 7px;</p>
<p>I added this to get my blog roll to look cleaner and works most browsers&#8230; have yet to try IE?<br />
visit the site to see the working example: <a href="http://www.frylowcaribbean.com" rel="nofollow">http://www.frylowcaribbean.com</a> </p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idlelimey</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-258820</link>
		<dc:creator>idlelimey</dc:creator>
		<pubDate>Mon, 29 Mar 2010 09:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-258820</guid>
		<description>Apologies to Google Chrome, which appears to render webkit and W3C methods!  Hats off :)</description>
		<content:encoded><![CDATA[<p>Apologies to Google Chrome, which appears to render webkit and W3C methods!  Hats off :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idlelimey</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-258819</link>
		<dc:creator>idlelimey</dc:creator>
		<pubDate>Mon, 29 Mar 2010 09:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-258819</guid>
		<description> This is a messy situation.  The W3C have declared border-radius as the way to do this and only Opera (so far as I know) supports this.  Why are FF, Saf, et al not ditching their proprietory methods and going with the standard here?  So far, I&#039;m using *3* seperate methods to apply round corners?  This is not progress!  Well done Opera though for applying sense to CSS3 in a way none of the other browsers seem to be willing to do.</description>
		<content:encoded><![CDATA[<p> This is a messy situation.  The W3C have declared border-radius as the way to do this and only Opera (so far as I know) supports this.  Why are FF, Saf, et al not ditching their proprietory methods and going with the standard here?  So far, I&#8217;m using *3* seperate methods to apply round corners?  This is not progress!  Well done Opera though for applying sense to CSS3 in a way none of the other browsers seem to be willing to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-257992</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 20 Feb 2010 19:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-257992</guid>
		<description>Konqueror does support -khtml- in the non standard webkit way
-khtml-border-top-left-radius: 10px;
opera joined on now with border-radius
with their own way...Border-topleft-radius: 10px;

@PaulDE
you have to have a different command for each corner, for webkit its
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 5px;</description>
		<content:encoded><![CDATA[<p>Konqueror does support -khtml- in the non standard webkit way<br />
-khtml-border-top-left-radius: 10px;<br />
opera joined on now with border-radius<br />
with their own way&#8230;Border-topleft-radius: 10px;</p>
<p>@PaulDE<br />
you have to have a different command for each corner, for webkit its<br />
-webkit-border-top-left-radius: 10px;<br />
-webkit-border-top-right-radius: 5px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulDe</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-257986</link>
		<dc:creator>PaulDe</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-257986</guid>
		<description>I can&#039;t get &quot;-webkit-border-radius&quot; working with 2 different corner sizes with Safari 4... it works fine with one value anyway...

Chrome is working well with &quot;border-radius&quot;</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get &#8220;-webkit-border-radius&#8221; working with 2 different corner sizes with Safari 4&#8230; it works fine with one value anyway&#8230;</p>
<p>Chrome is working well with &#8220;border-radius&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fun with CSS3 and mootools</title>
		<link>http://www.css3.info/border-radius-apple-vs-mozilla/comment-page-1/#comment-257887</link>
		<dc:creator>Fun with CSS3 and mootools</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/border-radius-apple-vs-mozilla/#comment-257887</guid>
		<description>[...] The WebKit pre is slightly different. For some reason i couldn’t get the webkitBorderRadius to work without doing each corner individually. For more info on the differences read this [...]</description>
		<content:encoded><![CDATA[<p>[...] The WebKit pre is slightly different. For some reason i couldn’t get the webkitBorderRadius to work without doing each corner individually. For more info on the differences read this [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2010-07-30 19:11:33 -->