<?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: Rounded Corners in Internet Explorer Using JQuery</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rest of the Best: for November 2 2009 - Everything You Need - Basic Web Design</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28463</link>
		<dc:creator>Rest of the Best: for November 2 2009 - Everything You Need - Basic Web Design</dc:creator>
		<pubDate>Sun, 11 Apr 2010 08:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28463</guid>
		<description>[...] Bloggers &#187; (Specky Boy) 31 Creative Uses of Typography in Web Design &#187; (Designm.ag)  Rounded Corners in Internet Explorer &#187; (Dave Woods) 55 Extremely Useful Online Generators for Designers &#187; (Balkhis.com) Best [...]</description>
		<content:encoded><![CDATA[<p>[...] Bloggers &raquo; (Specky Boy) 31 Creative Uses of Typography in Web Design &raquo; (Designm.ag)  Rounded Corners in Internet Explorer &raquo; (Dave Woods) 55 Extremely Useful Online Generators for Designers &raquo; (Balkhis.com) Best [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rest of the Best: for November 2 2009 &#171; Basic Web Design</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28457</link>
		<dc:creator>Rest of the Best: for November 2 2009 &#171; Basic Web Design</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28457</guid>
		<description>[...] Bloggers &#187; (Specky Boy) 31 Creative Uses of Typography in Web Design &#187; (Designm.ag)  Rounded Corners in Internet Explorer &#187; (Dave Woods) 55 Extremely Useful Online Generators for Designers &#187; (Balkhis.com) Best [...]</description>
		<content:encoded><![CDATA[<p>[...] Bloggers &raquo; (Specky Boy) 31 Creative Uses of Typography in Web Design &raquo; (Designm.ag)  Rounded Corners in Internet Explorer &raquo; (Dave Woods) 55 Extremely Useful Online Generators for Designers &raquo; (Balkhis.com) Best [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Szalonna</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28384</link>
		<dc:creator>Szalonna</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28384</guid>
		<description>Hi
I would add Opera support as:

var opera = $.brower.opera &amp;&amp; $.brower.version &gt;=9;
...
$.fn.uncorner = function() { 
	if (moz &#124;&#124; webkit &#124;&#124; opera) return;
		this.css(moz ? &#039;-moz-border-radius&#039; : ( webkit ? &#039;-webkit-border-radius&#039; : &#039;border-radius&#039;, 0) , 0);
	$(&#039;div.jquery-corner&#039;, this).remove();
	return this;
};</description>
		<content:encoded><![CDATA[<p>Hi<br />
I would add Opera support as:</p>
<p>var opera = $.brower.opera &amp;&amp; $.brower.version &gt;=9;<br />
&#8230;<br />
$.fn.uncorner = function() {<br />
	if (moz || webkit || opera) return;<br />
		this.css(moz ? &#8216;-moz-border-radius&#8217; : ( webkit ? &#8216;-webkit-border-radius&#8217; : &#8216;border-radius&#8217;, 0) , 0);<br />
	$(&#8216;div.jquery-corner&#8217;, this).remove();<br />
	return this;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28356</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28356</guid>
		<description>@sssss - Border radius isn&#039;t supported by IE which is why you&#039;ll need to use the jQuery method above if you want to create rounded corners in IE (without using images).

If you&#039;d rather not use JavaScript then may I suggest the following method: http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/</description>
		<content:encoded><![CDATA[<p>@sssss &#8211; Border radius isn&#8217;t supported by IE which is why you&#8217;ll need to use the jQuery method above if you want to create rounded corners in IE (without using images).</p>
<p>If you&#8217;d rather not use JavaScript then may I suggest the following method: <a href="http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/" rel="nofollow">http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sssss</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28355</link>
		<dc:creator>sssss</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28355</guid>
		<description>thx worked in IE but not support border radius  plz advice</description>
		<content:encoded><![CDATA[<p>thx worked in IE but not support border radius  plz advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-28339</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-28339</guid>
		<description>Hi Iain, Sorry about that, the zip file and link should now be working again.</description>
		<content:encoded><![CDATA[<p>Hi Iain, Sorry about that, the zip file and link should now be working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-27917</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-27917</guid>
		<description>The zip is empty when i download it...?</description>
		<content:encoded><![CDATA[<p>The zip is empty when i download it&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-27907</link>
		<dc:creator>Jermayn</dc:creator>
		<pubDate>Tue, 03 Nov 2009 02:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-27907</guid>
		<description>I am toying with the idea to use this for our current redesign of a site which already has the CS3 method.</description>
		<content:encoded><![CDATA[<p>I am toying with the idea to use this for our current redesign of a site which already has the CS3 method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-27903</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-27903</guid>
		<description>Thanks for the info Chris... I agree it&#039;s probably not the solution for every eventuality and that for opacity you may need further JavaScript or revert back to using graphics but for simple rounded corners it&#039;s definitely worth considering.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Chris&#8230; I agree it&#8217;s probably not the solution for every eventuality and that for opacity you may need further JavaScript or revert back to using graphics but for simple rounded corners it&#8217;s definitely worth considering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coppenbarger</title>
		<link>http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/comment-page-1/#comment-27902</link>
		<dc:creator>Chris Coppenbarger</dc:creator>
		<pubDate>Mon, 02 Nov 2009 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/rounded-corners-in-internet-explorer/#comment-27902</guid>
		<description>Just a note that the corners script pulls the background color from the topmost parent div that has a background color.

See the front page of http://www.ciu.edu in IE for an example of how this solution still doesn&#039;t always work in IE. It&#039;s the gallery at the top.</description>
		<content:encoded><![CDATA[<p>Just a note that the corners script pulls the background color from the topmost parent div that has a background color.</p>
<p>See the front page of <a href="http://www.ciu.edu" rel="nofollow">http://www.ciu.edu</a> in IE for an example of how this solution still doesn&#8217;t always work in IE. It&#8217;s the gallery at the top.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
