<?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: IE Corner Inserts via jQuery</title>
	<atom:link href="http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/</link>
	<description>Web Design &#38; SharePoint Branding</description>
	<lastBuildDate>Wed, 16 May 2012 16:07:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kyle</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-297</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sat, 28 Aug 2010 01:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-297</guid>
		<description>Hi, Si.  You should probably disable rounded corners for IE6 users -- they should be used to seeing the &quot;dumbed down&quot; version of websites, so rounded corners are most likely the last thing they would expect. You can do this by attaching an IE6-only CSS style sheet and hiding the corners there, or you could simply change the IE-specific comment line to be &lt;strong&gt;[if gt IE 6]&lt;/strong&gt;.

Alternatively, you might be able to do some CSS hacks like &lt;strong&gt;zoom:1&lt;/strong&gt; on all the corner boxes to try and clean it up on IE6 browsers. This is something I generally avoid getting into, but it&#039;s one avenue of development you could pursue if you&#039;re interested.</description>
		<content:encoded><![CDATA[<p>Hi, Si.  You should probably disable rounded corners for IE6 users &#8212; they should be used to seeing the &#8220;dumbed down&#8221; version of websites, so rounded corners are most likely the last thing they would expect. You can do this by attaching an IE6-only CSS style sheet and hiding the corners there, or you could simply change the IE-specific comment line to be <strong>[if gt IE 6]</strong>.</p>
<p>Alternatively, you might be able to do some CSS hacks like <strong>zoom:1</strong> on all the corner boxes to try and clean it up on IE6 browsers. This is something I generally avoid getting into, but it&#8217;s one avenue of development you could pursue if you&#8217;re interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Si</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-296</link>
		<dc:creator>Si</dc:creator>
		<pubDate>Thu, 26 Aug 2010 06:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-296</guid>
		<description>Why would this not be working in IE6? I love it but 90% of our clients still use IE6.</description>
		<content:encoded><![CDATA[<p>Why would this not be working in IE6? I love it but 90% of our clients still use IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Schaeffer</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-295</link>
		<dc:creator>Kyle Schaeffer</dc:creator>
		<pubDate>Fri, 07 May 2010 13:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-295</guid>
		<description>Can I just say &quot;It&#039;s about damned time!&quot;</description>
		<content:encoded><![CDATA[<p>Can I just say &#8220;It&#8217;s about damned time!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaya</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-294</link>
		<dc:creator>jaya</dc:creator>
		<pubDate>Fri, 07 May 2010 13:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-294</guid>
		<description>The corner radius issue of IE gonna solve.

http://kbala.com/ie-9-supports-corner-radius/</description>
		<content:encoded><![CDATA[<p>The corner radius issue of IE gonna solve.</p>
<p><a href="http://kbala.com/ie-9-supports-corner-radius/" rel="nofollow">http://kbala.com/ie-9-supports-corner-radius/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-293</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 15 Apr 2010 19:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-293</guid>
		<description>This just made my day. Thanks</description>
		<content:encoded><![CDATA[<p>This just made my day. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Schaeffer</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-292</link>
		<dc:creator>Kyle Schaeffer</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-292</guid>
		<description>Hi, Lou.  Yes, you could certainly apply this to an image as well -- you&#039;ll just have to surround the image with a &lt;code&gt;&lt;div class=&quot;corners&quot; /&gt;&lt;/code&gt;, and the corners will be applied directly on top of your image.  You might have to set the height/width of the &lt;code&gt;&lt;div/&gt;&lt;/code&gt; to ensure that the corners aren&#039;t drawn on the far-side of the page, but it should definitely work.  Good luck!</description>
		<content:encoded><![CDATA[<p>Hi, Lou.  Yes, you could certainly apply this to an image as well &#8212; you&#8217;ll just have to surround the image with a <code>&lt;div class=&quot;corners&quot; /&gt;</code>, and the corners will be applied directly on top of your image.  You might have to set the height/width of the <code>&lt;div/&gt;</code> to ensure that the corners aren&#8217;t drawn on the far-side of the page, but it should definitely work.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-291</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-291</guid>
		<description>Hi - thanks for a good tutorial. Would it be possible to use this jquery to add rounded corners to images?
I have been looking for at way to do that, but have not found at good one yet......
regards, Lou</description>
		<content:encoded><![CDATA[<p>Hi &#8211; thanks for a good tutorial. Would it be possible to use this jquery to add rounded corners to images?<br />
I have been looking for at way to do that, but have not found at good one yet&#8230;&#8230;<br />
regards, Lou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maruthi</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-290</link>
		<dc:creator>maruthi</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-290</guid>
		<description>Hi!
Do you have the example/demo of this

Thanks
Maruthi</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Do you have the example/demo of this</p>
<p>Thanks<br />
Maruthi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karate Corners: XHTML/CSS Rounded Corners / Kyle Schaeffer&#039;s Web Design Blog</title>
		<link>http://kyleschaeffer.com/tutorials/ie-corner-inserts-via-jquery/#comment-289</link>
		<dc:creator>Karate Corners: XHTML/CSS Rounded Corners / Kyle Schaeffer&#039;s Web Design Blog</dc:creator>
		<pubDate>Sun, 31 Jan 2010 05:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=422#comment-289</guid>
		<description>[...] Update: Read my subsequent post for a more advanced example of this technique! Update: Read a even more advanced version of this technique in an even newer tutorial! Update: Find out how to automatically generate the HTML and CSS for this technique using jQuery. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: Read my subsequent post for a more advanced example of this technique! Update: Read a even more advanced version of this technique in an even newer tutorial! Update: Find out how to automatically generate the HTML and CSS for this technique using jQuery. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

