<?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 Questions Answered</title>
	<atom:link href="http://www.cardeo.ca/2010/css3-questions-answered/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cardeo.ca/2010/css3-questions-answered</link>
	<description>Ramblings on web design and social media</description>
	<lastBuildDate>Mon, 28 Nov 2011 16:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/css3-questions-answered/comment-page-1#comment-3607</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=3231#comment-3607</guid>
		<description>Hi Stephan,

sorry I missed this in your original question, -moz-border-radius doesn&#039;t work on images in firefox yet. Only browser I&#039;ve got it to work in is Safari, but it should work in any -webkit browser.</description>
		<content:encoded><![CDATA[<p>Hi Stephan,</p>
<p>sorry I missed this in your original question, -moz-border-radius doesn&#8217;t work on images in firefox yet. Only browser I&#8217;ve got it to work in is Safari, but it should work in any -webkit browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.cardeo.ca/2010/css3-questions-answered/comment-page-1#comment-3605</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=3231#comment-3605</guid>
		<description>Nope it doesn&#039;t help, you mean to apply that rule on the image itself?

What I&#039;ve figured out until now is that Firefox apply rounded corners only on transparency-background images and in order  to see that effect a css background-color rule should be added or a solid border.
This is my progress for now :( 
I hope your experience would add something to this matter.</description>
		<content:encoded><![CDATA[<p>Nope it doesn&#8217;t help, you mean to apply that rule on the image itself?</p>
<p>What I&#8217;ve figured out until now is that Firefox apply rounded corners only on transparency-background images and in order  to see that effect a css background-color rule should be added or a solid border.<br />
This is my progress for now :(<br />
I hope your experience would add something to this matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/css3-questions-answered/comment-page-1#comment-3599</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jul 2010 18:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=3231#comment-3599</guid>
		<description>Hi Stephan, try adding this property to the CSS. 

border-collapse: collapse;</description>
		<content:encoded><![CDATA[<p>Hi Stephan, try adding this property to the CSS. </p>
<p>border-collapse: collapse;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.cardeo.ca/2010/css3-questions-answered/comment-page-1#comment-3598</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 09:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=3231#comment-3598</guid>
		<description>Hi Matt, my name is Stephan and I would like to ask you about a css3 issue.
It concerns the border-radius property.
So I&#039;m using Jquery for a swap image effect like:

$(&quot;#card-1&quot;).mouseover(   function(){$(&quot;#Toucan&quot;).attr({src:&quot;images/t9tuqui.png&quot;}).css(&quot;-moz-border-radius&quot;, &quot;12px&quot; );   })
.mouseleave(  function(){$(&quot;#Toucan&quot;).attr({src:&quot;images/t9tuqui_trans.png&quot;});   });

and when applying

li img{border:solid 1px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius:12px;}

the swap image is round-cornered only under safari :(
However if I apply a &quot;solid border&quot;-property on the images it works fine except that my design is ruined.

I hope there is a solution, appreciate any help and thanks in advance.

All best
Stephan :)</description>
		<content:encoded><![CDATA[<p>Hi Matt, my name is Stephan and I would like to ask you about a css3 issue.<br />
It concerns the border-radius property.<br />
So I&#8217;m using Jquery for a swap image effect like:</p>
<p>$(&#8220;#card-1&#8243;).mouseover(   function(){$(&#8220;#Toucan&#8221;).attr({src:&#8221;images/t9tuqui.png&#8221;}).css(&#8220;-moz-border-radius&#8221;, &#8220;12px&#8221; );   })<br />
.mouseleave(  function(){$(&#8220;#Toucan&#8221;).attr({src:&#8221;images/t9tuqui_trans.png&#8221;});   });</p>
<p>and when applying</p>
<p>li img{border:solid 1px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius:12px;}</p>
<p>the swap image is round-cornered only under safari :(<br />
However if I apply a &#8220;solid border&#8221;-property on the images it works fine except that my design is ruined.</p>
<p>I hope there is a solution, appreciate any help and thanks in advance.</p>
<p>All best<br />
Stephan :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

