<?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: CSS Rounded Corners Tutorial</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 05:40:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Novice needs help on web design.. -</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-22185</link>
		<dc:creator>Novice needs help on web design.. -</dc:creator>
		<pubDate>Sun, 03 May 2009 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-22185</guid>
		<description>[...] the two other boxes that go right across the top of the page as in the example here on this webpage Dave Woods - Freelance Web Designer UK CSS Rounded Corners Tutorial  I would also like to have the page set up so that all my main content lies within a &#039;container&#039; of [...]</description>
		<content:encoded><![CDATA[<p>[...] the two other boxes that go right across the top of the page as in the example here on this webpage Dave Woods &#8211; Freelance Web Designer UK CSS Rounded Corners Tutorial  I would also like to have the page set up so that all my main content lies within a &#8216;container&#8217; of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ЛастоС</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-10610</link>
		<dc:creator>ЛастоС</dc:creator>
		<pubDate>Fri, 05 Sep 2008 00:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-10610</guid>
		<description>Интересно и полезно, а будет еще что-то из этой же серии?</description>
		<content:encoded><![CDATA[<p>Интересно и полезно, а будет еще что-то из этой же серии?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-7486</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-7486</guid>
		<description>Sorry, a little clarification.  The extra div I added was not a wrapper for the content, it was inserted like your divs above immediately followed by the closing tag:



And I did not have to add this a second time after the footer.</description>
		<content:encoded><![CDATA[<p>Sorry, a little clarification.  The extra div I added was not a wrapper for the content, it was inserted like your divs above immediately followed by the closing tag:</p>
<p>And I did not have to add this a second time after the footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-7485</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-7485</guid>
		<description>Dave-

I worked on numerous rounded corner &quot;solutions&quot; for about 5 hours last night - each with a problem in the latest versions of at least one of the browsers I test: IE vers 7.0.5730.11, Firefox vers 1.5.0.12, Opera vers 9.5.1, and Flock vers 1.2.3.

Finally I stumbled upon your solution, which works beautifully in all 4 browsers - thank you!  There was one issue that I had with Foxfire and Opera - if I clicked outside the page, it selected all. Very strange.  Through a little trial-and-error I discoverd this fixed the problem:

I added another div just after the top right div which I called &quot;centerfill&quot; with this css:

.centerfill {
width: 10px;
height: 10px;
font-size: 0;
}

I did not have to add it after the page content (before bottom left).  Hopefully this won&#039;t break the layout in future browser and CSS versions.

p.s. for your readers, I used this handy site,  http://www.neuroticweb.com/recursos/css-rounded-box/, to create my corner images.</description>
		<content:encoded><![CDATA[<p>Dave-</p>
<p>I worked on numerous rounded corner &#8220;solutions&#8221; for about 5 hours last night &#8211; each with a problem in the latest versions of at least one of the browsers I test: IE vers 7.0.5730.11, Firefox vers 1.5.0.12, Opera vers 9.5.1, and Flock vers 1.2.3.</p>
<p>Finally I stumbled upon your solution, which works beautifully in all 4 browsers &#8211; thank you!  There was one issue that I had with Foxfire and Opera &#8211; if I clicked outside the page, it selected all. Very strange.  Through a little trial-and-error I discoverd this fixed the problem:</p>
<p>I added another div just after the top right div which I called &#8220;centerfill&#8221; with this css:</p>
<p>.centerfill {<br />
width: 10px;<br />
height: 10px;<br />
font-size: 0;<br />
}</p>
<p>I did not have to add it after the page content (before bottom left).  Hopefully this won&#8217;t break the layout in future browser and CSS versions.</p>
<p>p.s. for your readers, I used this handy site,  <a href="http://www.neuroticweb.com/recursos/css-rounded-box/" rel="nofollow">http://www.neuroticweb.com/recursos/css-rounded-box/</a>, to create my corner images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods - HTML, CSS, Web Design &#187; CSS Rounded Corners Revisited</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-984</link>
		<dc:creator>Dave Woods - HTML, CSS, Web Design &#187; CSS Rounded Corners Revisited</dc:creator>
		<pubDate>Mon, 21 Jan 2008 12:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-984</guid>
		<description>[...] initially covered this topic back in October which used four separate images for each corner of the rounded box, but whilst it&#8217;s a [...]</description>
		<content:encoded><![CDATA[<p>[...] initially covered this topic back in October which used four separate images for each corner of the rounded box, but whilst it&#8217;s a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-863</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 12 Jan 2008 18:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-863</guid>
		<description>This really is a great tutorial. I have a client who I am designing a site for a needed to know how to use this rounded corners effect. Thanks so much!</description>
		<content:encoded><![CDATA[<p>This really is a great tutorial. I have a client who I am designing a site for a needed to know how to use this rounded corners effect. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-719</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 Dec 2007 11:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-719</guid>
		<description>CSS3 will certainly be able to achieve rounded corners and can be used for some of the modern browsers so you may use it for progressive enhancement to give those with the latest browsers a better experience whilst ensuring the site is still usable for those without any CSS3 support for rounded corners.

There are other solutions, including spiffy corners which requires no images at all but does use a lot of extra code which I personally don&#039;t like and find the above solution to be the easiest to use at present time which supports all browsers.</description>
		<content:encoded><![CDATA[<p>CSS3 will certainly be able to achieve rounded corners and can be used for some of the modern browsers so you may use it for progressive enhancement to give those with the latest browsers a better experience whilst ensuring the site is still usable for those without any CSS3 support for rounded corners.</p>
<p>There are other solutions, including spiffy corners which requires no images at all but does use a lot of extra code which I personally don&#8217;t like and find the above solution to be the easiest to use at present time which supports all browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitinpai</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-713</link>
		<dc:creator>nitinpai</dc:creator>
		<pubDate>Thu, 13 Dec 2007 09:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-713</guid>
		<description>Nice tutorial Dave.

Well I have thought this same solution but I am trying for some other solution which wouldnt require me to include those unwanted divs.

Maybe CSS3 will do the trick in future.</description>
		<content:encoded><![CDATA[<p>Nice tutorial Dave.</p>
<p>Well I have thought this same solution but I am trying for some other solution which wouldnt require me to include those unwanted divs.</p>
<p>Maybe CSS3 will do the trick in future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinnie Apicella</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-542</link>
		<dc:creator>Vinnie Apicella</dc:creator>
		<pubDate>Wed, 28 Nov 2007 04:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-542</guid>
		<description>Thanks for the explanation. It definitely helps, but a bit complicated for someone like me with a minimal understanding of floats and layout and so forth. Would be welcome if you were able to cover it in more detail in the future. Very interesting stuff overall. 

Cheers, Vinnie.</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation. It definitely helps, but a bit complicated for someone like me with a minimal understanding of floats and layout and so forth. Would be welcome if you were able to cover it in more detail in the future. Very interesting stuff overall. </p>
<p>Cheers, Vinnie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-tutorial/comment-page-1/#comment-513</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 26 Nov 2007 08:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=107#comment-513</guid>
		<description>Overflow hidden on the container clear&#039;s the floats in all modern browsers including IE7 however this method doesn&#039;t work for IE6 and below alone so we need to give it &quot;layout&quot; (Do a google for &quot;haslayout&quot; for an explanation although I may cover this soon here).

If we apply a fixed height to modern browsers then they will remain at that height whereas IE6 treats height as min-height so using the star selector only targets IE6 and below so it&#039;s a safe way to clear the floats for these browsers.

Your assumptions of Dreamweaver design view are correct. Also, always check your work in the most modern compliant browsers first (Opera, Firefox, Safari) and work backwards.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Overflow hidden on the container clear&#8217;s the floats in all modern browsers including IE7 however this method doesn&#8217;t work for IE6 and below alone so we need to give it &#8220;layout&#8221; (Do a google for &#8220;haslayout&#8221; for an explanation although I may cover this soon here).</p>
<p>If we apply a fixed height to modern browsers then they will remain at that height whereas IE6 treats height as min-height so using the star selector only targets IE6 and below so it&#8217;s a safe way to clear the floats for these browsers.</p>
<p>Your assumptions of Dreamweaver design view are correct. Also, always check your work in the most modern compliant browsers first (Opera, Firefox, Safari) and work backwards.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
