<?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: Cross-browser CSS3 border-radius (rounded corners)</title>
	<atom:link href="http://dimox.net/cross-browser-border-radius-rounded-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimox.net/cross-browser-border-radius-rounded-corners/</link>
	<description>CSS, HTML, jQuery, WordPress</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:20:35 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rajesh</title>
		<link>http://dimox.net/cross-browser-border-radius-rounded-corners/comment-page-3/#comment-1378</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Thu, 02 Feb 2012 05:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=10#comment-1378</guid>
		<description>hi... I am using border-radius.htc file... its working 5n in ie7,8...but its taking absolute position like the content is coming behind this radiusdiv... I tried to given position:relative and z-index:0 but its is not helping.... pls help me regarding this issue</description>
		<content:encoded><![CDATA[<p>hi&#8230; I am using border-radius.htc file&#8230; its working 5n in ie7,8&#8230;but its taking absolute position like the content is coming behind this radiusdiv&#8230; I tried to given position:relative and z-index:0 but its is not helping&#8230;. pls help me regarding this issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyden Lopez</title>
		<link>http://dimox.net/cross-browser-border-radius-rounded-corners/comment-page-2/#comment-1376</link>
		<dc:creator>Hyden Lopez</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=10#comment-1376</guid>
		<description>Download &#039;PIE.htc&#039; from &quot;http://css3pie.com/download-latest&quot; and include that instead of &#039;border-radius.htc&#039;. It works.</description>
		<content:encoded><![CDATA[<p>Download &#8216;PIE.htc&#8217; from &#8220;http://css3pie.com/download-latest&#8221; and include that instead of &#8216;border-radius.htc&#8217;. It works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jahanzeb akhtar</title>
		<link>http://dimox.net/cross-browser-border-radius-rounded-corners/comment-page-2/#comment-1375</link>
		<dc:creator>jahanzeb akhtar</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=10#comment-1375</guid>
		<description>AOA.
i haved tryed your demo of cross border round corner css,but its not working in IE.
could you plz help me?</description>
		<content:encoded><![CDATA[<p>AOA.<br />
i haved tryed your demo of cross border round corner css,but its not working in IE.<br />
could you plz help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyden Lopez</title>
		<link>http://dimox.net/cross-browser-border-radius-rounded-corners/comment-page-2/#comment-1374</link>
		<dc:creator>Hyden Lopez</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=10#comment-1374</guid>
		<description>THIS ONE WORKS in IE8!! Thanks a lot...</description>
		<content:encoded><![CDATA[<p>THIS ONE WORKS in IE8!! Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L Walker</title>
		<link>http://dimox.net/cross-browser-border-radius-rounded-corners/comment-page-2/#comment-1347</link>
		<dc:creator>L Walker</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=10#comment-1347</guid>
		<description>No matter where I place the .htc file or how I enter the path in the 
behavior: url(border-radius.htc);
tag, with either just the direct call to the .htc file and have the file in the same folder or enter a full url path to the htc file, I can&#039;t get this to work.
Here is my test site url.
http://www2.aiag.org.
The entire section should be wrapped with the box shadow.

here is the css entry...
margin: 30px auto;
        padding: 20px;
        width: 64%;
        background: #fff;
        font-family:  Arial, Verdana;
        font-size:14px;        
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 0 10px #555;
        -webkit-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 10px #555;
        behavior: url(http://www2.aiag.org/ie-css3.htc); /* This lets IE know to call the script on all elements which get the &#039;box&#039; class */

The calls look fine in all other browsers but IE8.  IE9 can&#039;t even display this correctly.

HELP</description>
		<content:encoded><![CDATA[<p>No matter where I place the .htc file or how I enter the path in the<br />
behavior: url(border-radius.htc);<br />
tag, with either just the direct call to the .htc file and have the file in the same folder or enter a full url path to the htc file, I can&#8217;t get this to work.<br />
Here is my test site url.<br />
<a title="http://www2.aiag.org" target="_blank" href="http://dimox.net/jexr/aHR0cDovL3d3dzIuYWlhZy5vcmc=" rel="nofollow">http://www2.aiag.org</a>.<br />
The entire section should be wrapped with the box shadow.</p>
<p>here is the css entry&#8230;<br />
margin: 30px auto;<br />
        padding: 20px;<br />
        width: 64%;<br />
        background: #fff;<br />
        font-family:  Arial, Verdana;<br />
        font-size:14px;<br />
        -moz-border-radius: 10px;<br />
        border-radius: 10px;<br />
        -moz-box-shadow: 0 0 10px #555;<br />
        -webkit-box-shadow: 0 0 10px #555;<br />
        box-shadow: 0 0 10px #555;<br />
        behavior: url(http://www2.aiag.org/ie-css3.htc); /* This lets IE know to call the script on all elements which get the &#8216;box&#8217; class */</p>
<p>The calls look fine in all other browsers but IE8.  IE9 can&#8217;t even display this correctly.</p>
<p>HELP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

