<?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 curved corner on Google Code</title>
	<atom:link href="http://www.htmlremix.com/css/css-curved-corner-on-google-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code</link>
	<description>Don&#039;t copy code.. Remix it !</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Karl</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-9366</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 01 Jun 2010 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-9366</guid>
		<description>Will there be support for -top-bottom-, -left-right-?

border-bottom-left-radius;?
border-bottom-right-radius;?</description>
		<content:encoded><![CDATA[<p>Will there be support for -top-bottom-, -left-right-?</p>
<p>border-bottom-left-radius;?<br />
border-bottom-right-radius;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janice Ann</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-2404</link>
		<dc:creator>Janice Ann</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-2404</guid>
		<description>The rounded corners techniques are evolving day by day. Hope all browsers support CSS3 fully, and render all the pages consistently! It&#039;s such a pain to ensure the same page looks the same in all browsers. Can&#039;t they make life easier for us?

I stumbled upon a site http://theboxes.paradise.sg. This is totally different from all those discussed so far. It&#039;s really easy to use, but I&#039;m wondering the same thing as usual: when browsers upgrades are out, will there be an issue? 

But looking at the way it approaches the problem, one thing is sure: if there really is a problem, they just have to fix it once at their site, and everyone who is using their box will get fixed at once. That means, there&#039;s nothing for us to do at all. Cool.

I&#039;m not too sure what technique they use to create the box, but at least it&#039;s consistent across all browsers at the moment, even the latest IE8.</description>
		<content:encoded><![CDATA[<p>The rounded corners techniques are evolving day by day. Hope all browsers support CSS3 fully, and render all the pages consistently! It&#8217;s such a pain to ensure the same page looks the same in all browsers. Can&#8217;t they make life easier for us?</p>
<p>I stumbled upon a site <a href="http://theboxes.paradise.sg" rel="nofollow">http://theboxes.paradise.sg</a>. This is totally different from all those discussed so far. It&#8217;s really easy to use, but I&#8217;m wondering the same thing as usual: when browsers upgrades are out, will there be an issue? </p>
<p>But looking at the way it approaches the problem, one thing is sure: if there really is a problem, they just have to fix it once at their site, and everyone who is using their box will get fixed at once. That means, there&#8217;s nothing for us to do at all. Cool.</p>
<p>I&#8217;m not too sure what technique they use to create the box, but at least it&#8217;s consistent across all browsers at the moment, even the latest IE8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Subramanian</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-2087</link>
		<dc:creator>Arun Subramanian</dc:creator>
		<pubDate>Tue, 02 Jun 2009 04:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-2087</guid>
		<description>IE seems to ignore background properties in css when using it, it shows the
image, but doesn&#039;t seem to listen to any repeat or positioning instructions.

In the demo zip, find the css part and to repeat the issue,  do this:

CHANGE THE FOLLOWING CLASS 

div{
	width:400px;
	height:200px;
	background: #000;
	border:red solid 1px;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
}

TO
div{
	width:400px;
	height:200px;
	background: url(&quot;some-header.gif&quot;) top left repeat-x;
	border:red solid 1px;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
}


the some-header.gif is of size say, 1 X 30 (1 px width and 30px height) I want to repeat it along x to give the div a title bar look and feel. It is not working.

Can you help me? pls.. thanks.</description>
		<content:encoded><![CDATA[<p>IE seems to ignore background properties in css when using it, it shows the<br />
image, but doesn&#8217;t seem to listen to any repeat or positioning instructions.</p>
<p>In the demo zip, find the css part and to repeat the issue,  do this:</p>
<p>CHANGE THE FOLLOWING CLASS </p>
<p>div{<br />
	width:400px;<br />
	height:200px;<br />
	background: #000;<br />
	border:red solid 1px;<br />
	margin-bottom:20px;<br />
	color:#fff;<br />
	text-align:center;<br />
}</p>
<p>TO<br />
div{<br />
	width:400px;<br />
	height:200px;<br />
	background: url(&#8220;some-header.gif&#8221;) top left repeat-x;<br />
	border:red solid 1px;<br />
	margin-bottom:20px;<br />
	color:#fff;<br />
	text-align:center;<br />
}</p>
<p>the some-header.gif is of size say, 1 X 30 (1 px width and 30px height) I want to repeat it along x to give the div a title bar look and feel. It is not working.</p>
<p>Can you help me? pls.. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Benjamin Smith</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-1833</link>
		<dc:creator>M Benjamin Smith</dc:creator>
		<pubDate>Thu, 30 Apr 2009 07:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-1833</guid>
		<description>Great idea -&gt; I haven&#039;t actually used it (although I&#039;m looking at it for a current project) but what a great idea. I had no idea you could extend IE that way (of course it begs the question of why don&#039;t they just add support themselves as a patch or otherwise).</description>
		<content:encoded><![CDATA[<p>Great idea -&gt; I haven&#8217;t actually used it (although I&#8217;m looking at it for a current project) but what a great idea. I had no idea you could extend IE that way (of course it begs the question of why don&#8217;t they just add support themselves as a patch or otherwise).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobeeh</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-1541</link>
		<dc:creator>tobeeh</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-1541</guid>
		<description>That thingy is super great! Works very well.
This is genius! Thank you!

Best greetings from germany.</description>
		<content:encoded><![CDATA[<p>That thingy is super great! Works very well.<br />
This is genius! Thank you!</p>
<p>Best greetings from germany.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edison A. Leon</title>
		<link>http://www.htmlremix.com/css/css-curved-corner-on-google-code/comment-page-1#comment-1278</link>
		<dc:creator>Edison A. Leon</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=276#comment-1278</guid>
		<description>I should thank you man. I have years trying to get the sleekest rounded box for IE until now, headaches while doing with images and/or writing extra div&#039;s or long lines of js. Though I was so happy when -mz, -webkit, and -khtml came by, so then finally css makes it standard with just border-radius (CSS 3). Unfortunately IE does not quick follow standards. But then again I&#039;ve never realize what behavior can do so much until recently. Again, Thank you on behalf of those who already downloaded your code and remix it to do great designs even on none static pages.</description>
		<content:encoded><![CDATA[<p>I should thank you man. I have years trying to get the sleekest rounded box for IE until now, headaches while doing with images and/or writing extra div&#8217;s or long lines of js. Though I was so happy when -mz, -webkit, and -khtml came by, so then finally css makes it standard with just border-radius (CSS 3). Unfortunately IE does not quick follow standards. But then again I&#8217;ve never realize what behavior can do so much until recently. Again, Thank you on behalf of those who already downloaded your code and remix it to do great designs even on none static pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
