<?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: Curved corner (border-radius) cross browser</title>
	<atom:link href="http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/feed" rel="self" type="application/rss+xml" />
	<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser</link>
	<description>Don&#039;t copy code.. Remix it !</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:22:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Remiz</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-30#comment-170134</link>
		<dc:creator>Remiz</dc:creator>
		<pubDate>Fri, 10 Feb 2012 13:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-170134</guid>
		<description>@ Karthik : Free to use unless you want to modify and sell it</description>
		<content:encoded><![CDATA[<p>@ Karthik : Free to use unless you want to modify and sell it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-31#comment-168910</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 04 Feb 2012 21:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-168910</guid>
		<description>If I set div to display:none so I can later do .show(), I get a javascript error (invalid argument) when the page loads.

I determined a fix for this, by setting opacity to zero for the first div (.rel). Then by invoking .show(), the curved corner box displays without setting opacity to 1:

	opacity: 0;
	filter:alpha(opacity=0);  /* For IE8 and earlier */</description>
		<content:encoded><![CDATA[<p>If I set div to display:none so I can later do .show(), I get a javascript error (invalid argument) when the page loads.</p>
<p>I determined a fix for this, by setting opacity to zero for the first div (.rel). Then by invoking .show(), the curved corner box displays without setting opacity to 1:</p>
<p>	opacity: 0;<br />
	filter:alpha(opacity=0);  /* For IE8 and earlier */</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-31#comment-168886</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-168886</guid>
		<description>If I set div to display:none so I can later do .show(), I get a javascript error (invalid argument) when the page loads.</description>
		<content:encoded><![CDATA[<p>If I set div to display:none so I can later do .show(), I get a javascript error (invalid argument) when the page loads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sougata</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-31#comment-168854</link>
		<dc:creator>Sougata</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-168854</guid>
		<description>Hello

I was adding this .htc to some of my projects, while implementing this facing one issue with background image &#039;no-repeat&#039; or &#039;repeat-x&#039; or y from css. Is there any way to stop this..
	fill.src = fillSrc;
	fill.type = &#039;tile&#039;;

look forward
Sougata</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I was adding this .htc to some of my projects, while implementing this facing one issue with background image &#8216;no-repeat&#8217; or &#8216;repeat-x&#8217; or y from css. Is there any way to stop this..<br />
	fill.src = fillSrc;<br />
	fill.type = &#8217;tile&#8217;;</p>
<p>look forward<br />
Sougata</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supporto a CSS in Explorer 6, 7 e 8 &#124; Redsend Blog &#124; Programmazione, web, open source, linux e apple</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-31#comment-168044</link>
		<dc:creator>Supporto a CSS in Explorer 6, 7 e 8 &#124; Redsend Blog &#124; Programmazione, web, open source, linux e apple</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-168044</guid>
		<description>[...] a  Remiz Rahnas per lo script.  Tag:css, css3, explorer, html     Did you enjoy this article? Share [...]</description>
		<content:encoded><![CDATA[<p>[...] a  Remiz Rahnas per lo script.  Tag:css, css3, explorer, html     Did you enjoy this article? Share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hey</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-31#comment-168005</link>
		<dc:creator>hey</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-168005</guid>
		<description>hi all. would be a nice thing, but watch out: http://jonraasch.com/blog/css-rounded-corners-in-all-browsers
see the section »Hoops you have to jump through for IE«</description>
		<content:encoded><![CDATA[<p>hi all. would be a nice thing, but watch out: <a href="http://jonraasch.com/blog/css-rounded-corners-in-all-browsers" rel="nofollow">http://jonraasch.com/blog/css-rounded-corners-in-all-browsers</a><br />
see the section »Hoops you have to jump through for IE«</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-30#comment-164600</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-164600</guid>
		<description>is the htc file a open source ? can we include it in any big proj jus lyk tht., or is there any licencing issues...</description>
		<content:encoded><![CDATA[<p>is the htc file a open source ? can we include it in any big proj jus lyk tht., or is there any licencing issues&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-30#comment-163545</link>
		<dc:creator>Raul</dc:creator>
		<pubDate>Sat, 14 Jan 2012 13:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-163545</guid>
		<description>What if we want 5px radius and just on top, the htc file will detect?</description>
		<content:encoded><![CDATA[<p>What if we want 5px radius and just on top, the htc file will detect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E-sitesweb &#187; CSS3 Solutions for Internet Explorer</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-30#comment-157046</link>
		<dc:creator>E-sitesweb &#187; CSS3 Solutions for Internet Explorer</dc:creator>
		<pubDate>Mon, 26 Dec 2011 14:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-157046</guid>
		<description>[...] can be used in an IE-only stylesheet. Remiz Rahnas of HTML Remix has created an HTC file called CSS Curved Corner that can be downloaded off Google [...]</description>
		<content:encoded><![CDATA[<p>[...] can be used in an IE-only stylesheet. Remiz Rahnas of HTML Remix has created an HTC file called CSS Curved Corner that can be downloaded off Google [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Foka</title>
		<link>http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser/comment-page-30#comment-156486</link>
		<dc:creator>Yogesh Foka</dc:creator>
		<pubDate>Thu, 22 Dec 2011 04:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=18#comment-156486</guid>
		<description>Thanks Nick</description>
		<content:encoded><![CDATA[<p>Thanks Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.786 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-22 00:21:56 -->

