<?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: Adding Rounded Corners to Images Using CSS</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 11:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: web design augsburg</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-9181</link>
		<dc:creator>web design augsburg</dc:creator>
		<pubDate>Mon, 18 Aug 2008 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-9181</guid>
		<description>thanks for code</description>
		<content:encoded><![CDATA[<p>thanks for code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Müfit Kiper</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-4178</link>
		<dc:creator>Müfit Kiper</dc:creator>
		<pubDate>Thu, 29 May 2008 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-4178</guid>
		<description>Hi Dave!

Thank you for this great tutorial. It came in really handy.
@Kelly, I tried it with png-files as well and I suspect that the problem is with IE:s filter. If you use the alpha filter IE6 seems to ignore the CSS for that element.
You probably need to use the IE filters for the positioning as well...</description>
		<content:encoded><![CDATA[<p>Hi Dave!</p>
<p>Thank you for this great tutorial. It came in really handy.<br />
@Kelly, I tried it with png-files as well and I suspect that the problem is with IE:s filter. If you use the alpha filter IE6 seems to ignore the CSS for that element.<br />
You probably need to use the IE filters for the positioning as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-2128</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-2128</guid>
		<description>I wanted to let you know that your code doesn&#039;t work with using a fixed transparent png in ie7 or ie6.  I may be forgetting something, but I don&#039;t think so. Here is my code.  Let me know if there is something that I forgot.

Thanks,
Kelly

.image span {
	width: 16px;
	height: 16px;
	font-size: 0;
	background-image: url(rounded-corners.png);
	* background: transparent; z-index: 0;  
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;rounded-corners.png&#039;, sizingMethod=&#039;fixed&#039;);
	position: absolute;
	overflow:hidden;
}</description>
		<content:encoded><![CDATA[<p>I wanted to let you know that your code doesn&#8217;t work with using a fixed transparent png in ie7 or ie6.  I may be forgetting something, but I don&#8217;t think so. Here is my code.  Let me know if there is something that I forgot.</p>
<p>Thanks,<br />
Kelly</p>
<p>.image span {<br />
	width: 16px;<br />
	height: 16px;<br />
	font-size: 0;<br />
	background-image: url(rounded-corners.png);<br />
	* background: transparent; z-index: 0;<br />
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;rounded-corners.png&#8217;, sizingMethod=&#8217;fixed&#8217;);<br />
	position: absolute;<br />
	overflow:hidden;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursos y Tutoriales &#187; Blog Archive &#187; 500 links de recursos para diseñadores y desarrolladores web</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1692</link>
		<dc:creator>Recursos y Tutoriales &#187; Blog Archive &#187; 500 links de recursos para diseñadores y desarrolladores web</dc:creator>
		<pubDate>Mon, 03 Mar 2008 10:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1692</guid>
		<description>[...] Css Icon Sketcher Cross-browser transparent columns Resizeable Images (without losing quality!) Adding Rounded Corners to Images Using CSS CSS Fixed Footer Hide an image in html The All-Expandable Box - box that will expand both [...]</description>
		<content:encoded><![CDATA[<p>[...] Css Icon Sketcher Cross-browser transparent columns Resizeable Images (without losing quality!) Adding Rounded Corners to Images Using CSS CSS Fixed Footer Hide an image in html The All-Expandable Box &#8211; box that will expand both [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1441</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 18 Feb 2008 14:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1441</guid>
		<description>Hi Bruce, JavaScript is definitely an alternative and I&#039;ve nothing against people using that method. Personally, I like to deliver the same experience to all users so don&#039;t mind using the extra bit of markup but I fully understand why some people don&#039;t so think it&#039;s always down to personal preference.</description>
		<content:encoded><![CDATA[<p>Hi Bruce, JavaScript is definitely an alternative and I&#8217;ve nothing against people using that method. Personally, I like to deliver the same experience to all users so don&#8217;t mind using the extra bit of markup but I fully understand why some people don&#8217;t so think it&#8217;s always down to personal preference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1418</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 16 Feb 2008 23:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1418</guid>
		<description>Very difficult (impossible) to achieve rounded corners in CSS 2.1 alone without sacrificing semantic mark-up, which some hold in higher regard than others. Not meaning to criticize your technique in particular Dave; it&#039;s a common problem. I recently reviewed &lt;a href=&quot;http://www.bioneural.net/2008/02/06/the-best-way-to-do-corners-and-gradients/&quot; rel=&quot;nofollow&quot;&gt;various&lt;/a&gt; &lt;a href=&quot;http://www.bioneural.net/2008/02/13/corners-gradients-and-shadows-with-jquery/&quot; rel=&quot;nofollow&quot;&gt;methods&lt;/a&gt; of corner-creation (CSS, JavaScript, SVG, Flash, images, jQuery) and all this effort merely convinced me that CSS3 is the answer we needed yesterday. Ultimately I chose to use draft CSS3 for WebKit browsers but &lt;a href=&quot;http://www.bioneural.net/2008/02/14/how-to-safely-inject-css3-using-jquery/&quot; rel=&quot;nofollow&quot;&gt;inject&lt;/a&gt; it via the DOM using jQuery, thus retaining a valid stylesheet. It&#039;s a cheat to be sure, but to my mind better than littering my pages with redundant mark-up I&#039;ll likely resent later. At least I can remove my cheat without effort once (if) CSS3 becomes a W3C standard. My 2 cents ;-)</description>
		<content:encoded><![CDATA[<p>Very difficult (impossible) to achieve rounded corners in CSS 2.1 alone without sacrificing semantic mark-up, which some hold in higher regard than others. Not meaning to criticize your technique in particular Dave; it&#8217;s a common problem. I recently reviewed <a href="http://www.bioneural.net/2008/02/06/the-best-way-to-do-corners-and-gradients/" rel="nofollow">various</a> <a href="http://www.bioneural.net/2008/02/13/corners-gradients-and-shadows-with-jquery/" rel="nofollow">methods</a> of corner-creation (CSS, JavaScript, SVG, Flash, images, jQuery) and all this effort merely convinced me that CSS3 is the answer we needed yesterday. Ultimately I chose to use draft CSS3 for WebKit browsers but <a href="http://www.bioneural.net/2008/02/14/how-to-safely-inject-css3-using-jquery/" rel="nofollow">inject</a> it via the DOM using jQuery, thus retaining a valid stylesheet. It&#8217;s a cheat to be sure, but to my mind better than littering my pages with redundant mark-up I&#8217;ll likely resent later. At least I can remove my cheat without effort once (if) CSS3 becomes a W3C standard. My 2 cents <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kipp</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1349</link>
		<dc:creator>kipp</dc:creator>
		<pubDate>Mon, 11 Feb 2008 23:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1349</guid>
		<description>Greetings,

  If you combine the transparent gif idea with some CSS-transparency settings, you can get a much smoother edge on those rounded corners. Check out the cross-fading oval image on this page: http://violavalleywildflowers.com/

It uses a few concentric transparent gifs and CSS-transparency to create the rounded frame for eht erectangular images behind it.

For your purposes, it would require 4 rounded corner images (each slightly smaller than the last) - but the edge would be less jaggy.</description>
		<content:encoded><![CDATA[<p>Greetings,</p>
<p>  If you combine the transparent gif idea with some CSS-transparency settings, you can get a much smoother edge on those rounded corners. Check out the cross-fading oval image on this page: <a href="http://violavalleywildflowers.com/" rel="nofollow">http://violavalleywildflowers.com/</a></p>
<p>It uses a few concentric transparent gifs and CSS-transparency to create the rounded frame for eht erectangular images behind it.</p>
<p>For your purposes, it would require 4 rounded corner images (each slightly smaller than the last) &#8211; but the edge would be less jaggy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1191</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 01 Feb 2008 16:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1191</guid>
		<description>Thanks Dave, this is fantastic!  I have been looking for something like this for a while.  In automatically generating thumbnails for a website, this makes things that much snazzier.  :)</description>
		<content:encoded><![CDATA[<p>Thanks Dave, this is fantastic!  I have been looking for something like this for a while.  In automatically generating thumbnails for a website, this makes things that much snazzier.  <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1180</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1180</guid>
		<description>Hi Andrew, Thanks for your comment.

Here&#039;s hoping that CSS3 comes along quickly as I suspect that using multiple background images you&#039;d be able to apply all four images to a container and then position them accordingly. It&#039;s likely to be a few years before that&#039;s widely supported though and even longer before we don&#039;t need to support the current browser which obviously don&#039;t support this method yet.</description>
		<content:encoded><![CDATA[<p>Hi Andrew, Thanks for your comment.</p>
<p>Here&#8217;s hoping that CSS3 comes along quickly as I suspect that using multiple background images you&#8217;d be able to apply all four images to a container and then position them accordingly. It&#8217;s likely to be a few years before that&#8217;s widely supported though and even longer before we don&#8217;t need to support the current browser which obviously don&#8217;t support this method yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.dave-woods.co.uk/index.php/adding-rounded-corners-to-images-using-css/comment-page-1/#comment-1179</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 31 Jan 2008 18:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=161#comment-1179</guid>
		<description>That first tiny kitten I&#039;ve seen too many times in &quot;Save teh kittens from lipstick labs!!1&quot; banners...

Nice CSS trick, but I&#039;m still hoping for a way to do this without presentational CSS.  My first reaction would be to add the necessary HTML to class&#039;d images using nonintrusive JS.  But, like you said, that leaves everyone without JS out in the cold.

The only real solution that comes to my mind in answer to Jermayn&#039;s question would be to use a PHP page to fetch the image, make certain areas transparent, and output the result as either PNG of GIF.  Of course, this would preclude the need for CSS tricks.  And it would require recoding all your img tags to call the new &quot;image page&quot;, so it might not be all that practical.

Good article at any rate :)

Andrew</description>
		<content:encoded><![CDATA[<p>That first tiny kitten I&#8217;ve seen too many times in &#8220;Save teh kittens from lipstick labs!!1&#8243; banners&#8230;</p>
<p>Nice CSS trick, but I&#8217;m still hoping for a way to do this without presentational CSS.  My first reaction would be to add the necessary HTML to class&#8217;d images using nonintrusive JS.  But, like you said, that leaves everyone without JS out in the cold.</p>
<p>The only real solution that comes to my mind in answer to Jermayn&#8217;s question would be to use a PHP page to fetch the image, make certain areas transparent, and output the result as either PNG of GIF.  Of course, this would preclude the need for CSS tricks.  And it would require recoding all your img tags to call the new &#8220;image page&#8221;, so it might not be all that practical.</p>
<p>Good article at any rate <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
