<?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: Round Corner Borders using CSS without Images</title>
	<atom:link href="http://www.codestuff.com/2008/07/07/13/round-corner-borders-using-css-without-images.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html</link>
	<description>Mobile and web design development (Android, iPhone, WordPress)</description>
	<lastBuildDate>Mon, 28 Feb 2011 16:18:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bob Monahon</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-22</link>
		<dc:creator>Bob Monahon</dc:creator>
		<pubDate>Sun, 22 Feb 2009 23:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-22</guid>
		<description>Excellent border, but since background elements don&#039;t print, the top and bottom edges don&#039;t print.  Here&#039;s an adjustment, if you like.  This worked for me in IE6 (Only browser I&#039;ve got.)

1. Change L1 to have border-style: solid
.box b.tc b.L1,.box b.bc b.L1 { margin: 0 4px;  border-style:solid; }

2. Change L1 along the top of the box to have a solid border on it&#039;s bottom edge:
/* Top border color  and size */
.box b.tc b.L1 { border-width:0 0 1px 0; border-color:#aaa; }

3. Change L1 along the bottom of the box to have a solid border on it&#039;s top edge:
/* bottom border color  and size */
.box b.bc b.L1 { border-width:1px 0 0 0; border-color:#aaa; }

Also, to make many boxes of different sizes, I removed the width on the box:
  Was this: .box { margin:5px; width:300px; }
  I use this: .box { margin:5px;   }
And then I put this kind of [div] around each box to be displayed (not sure how your text entry handles HTML, so I&#039;m using [braces] to instead)
[div id=position_and_width style=&quot;float:right;width:200px;&quot;]
[rounded box prefix html]
Box content goes here
[rounded box suffix html]
[/div]

Finally: In my IE6 browser, your article text overlaps the left navigation column (!), and starts below the navigation entries (below the link to BlogRoll - Mobile Java).  

And really finally: You&#039;ll be pleased to know that you came up #2 on Google when I searched for this: Draw boxes with rounded corners using CSS

Cheers, BobM</description>
		<content:encoded><![CDATA[<p>Excellent border, but since background elements don&#8217;t print, the top and bottom edges don&#8217;t print.  Here&#8217;s an adjustment, if you like.  This worked for me in IE6 (Only browser I&#8217;ve got.)</p>
<p>1. Change L1 to have border-style: solid<br />
.box b.tc b.L1,.box b.bc b.L1 { margin: 0 4px;  border-style:solid; }</p>
<p>2. Change L1 along the top of the box to have a solid border on it&#8217;s bottom edge:<br />
/* Top border color  and size */<br />
.box b.tc b.L1 { border-width:0 0 1px 0; border-color:#aaa; }</p>
<p>3. Change L1 along the bottom of the box to have a solid border on it&#8217;s top edge:<br />
/* bottom border color  and size */<br />
.box b.bc b.L1 { border-width:1px 0 0 0; border-color:#aaa; }</p>
<p>Also, to make many boxes of different sizes, I removed the width on the box:<br />
  Was this: .box { margin:5px; width:300px; }<br />
  I use this: .box { margin:5px;   }<br />
And then I put this kind of [div] around each box to be displayed (not sure how your text entry handles HTML, so I&#8217;m using [braces] to instead)<br />
[div id=position_and_width style="float:right;width:200px;"]<br />
[rounded box prefix html]<br />
Box content goes here<br />
[rounded box suffix html]<br />
[/div]</p>
<p>Finally: In my IE6 browser, your article text overlaps the left navigation column (!), and starts below the navigation entries (below the link to BlogRoll &#8211; Mobile Java).  </p>
<p>And really finally: You&#8217;ll be pleased to know that you came up #2 on Google when I searched for this: Draw boxes with rounded corners using CSS</p>
<p>Cheers, BobM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starscr34m</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-21</link>
		<dc:creator>starscr34m</dc:creator>
		<pubDate>Tue, 17 Feb 2009 10:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-21</guid>
		<description>thank you, it works great. well done</description>
		<content:encoded><![CDATA[<p>thank you, it works great. well done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pandi</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-20</link>
		<dc:creator>Pandi</dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-20</guid>
		<description>At the same time it is not working if i increase the content size</description>
		<content:encoded><![CDATA[<p>At the same time it is not working if i increase the content size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pandi</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-19</link>
		<dc:creator>Pandi</dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-19</guid>
		<description>it is useful to me..</description>
		<content:encoded><![CDATA[<p>it is useful to me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kihbord</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-18</link>
		<dc:creator>kihbord</dc:creator>
		<pubDate>Sat, 27 Sep 2008 05:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-18</guid>
		<description>Hi Longmatch,

Hmmm, you might need to remove the width attribute in div.box and resize using the div.content.</description>
		<content:encoded><![CDATA[<p>Hi Longmatch,</p>
<p>Hmmm, you might need to remove the width attribute in div.box and resize using the div.content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Longmatch</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-17</link>
		<dc:creator>Longmatch</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-17</guid>
		<description>First of all, thank you for your contribution. But the round corners do not work well after the divs are resized. Is there any easy way to fix it. I am using VS 2008 as desiger.</description>
		<content:encoded><![CDATA[<p>First of all, thank you for your contribution. But the round corners do not work well after the divs are resized. Is there any easy way to fix it. I am using VS 2008 as desiger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windarto</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-15</link>
		<dc:creator>windarto</dc:creator>
		<pubDate>Mon, 28 Jul 2008 02:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-15</guid>
		<description>thx for your post about round corner...
my boss would love this border</description>
		<content:encoded><![CDATA[<p>thx for your post about round corner&#8230;<br />
my boss would love this border</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naveed</title>
		<link>http://www.codestuff.com/html-css-javascript/round-corner-borders-using-css-without-images.html/comment-page-1#comment-16</link>
		<dc:creator>naveed</dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codestuff.com/css/2008/02/07/14/round-corner-borders-using-css-without-images.html#comment-16</guid>
		<description>its very helpful and work great.</description>
		<content:encoded><![CDATA[<p>its very helpful and work great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

