<?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"
	>
<channel>
	<title>Comments on: Anti-aliased Rounded corners with JQuery</title>
	<atom:link href="http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 06 Jul 2008 03:30:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2062</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2062</guid>
		<description>There is indeed a float - I think I need to set its width.. I will experiement</description>
		<content:encoded><![CDATA[<p>There is indeed a float - I think I need to set its width.. I will experiement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecards</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2056</link>
		<dc:creator>ecards</dc:creator>
		<pubDate>Thu, 03 Jul 2008 17:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2056</guid>
		<description>@William - Yes I think we are seeing the same bug.

Forget what I said about the autopad parameter - after getting help on the JQuery discussion list I've realized it is related to float as you describe.

A float left is somehow always forced on the code which prevents it from working properly.</description>
		<content:encoded><![CDATA[<p>@William - Yes I think we are seeing the same bug.</p>
<p>Forget what I said about the autopad parameter - after getting help on the JQuery discussion list I&#8217;ve realized it is related to float as you describe.</p>
<p>A float left is somehow always forced on the code which prevents it from working properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Chang</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2050</link>
		<dc:creator>William Chang</dc:creator>
		<pubDate>Tue, 01 Jul 2008 23:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2050</guid>
		<description>I found a bug!

It seems the bug is related to previous comments about "text not centering". For my case, when using "table" set width 100% and "div" set to float right, they are not expanding or going to the available space on the right.

I'm using your curvy corners "19th May 2008 v1.5 - B190508" javascript with jquery 1.2.6. The bug happen using the browser Mozilla Firefox 3.0 RTM and Safari 3.1.2, operation system Windows XP SP3. Testing with Internet Explorer 6 seems okay.

CSS File:
.width1 { width:950px;margin-left:auto;margin-right:auto; }
.round {
margin:20px auto 30px auto;padding:10px;
border:solid 1px #000;background:#fff;
}

JS File:
$('.round').corner({
tl:{radius:8}, tr:{radius:8},
bl:{radius:8}, br:{radius:8},
antiAlias:true,
autoPad:true,
validTags:['div']
});

HTML File:



Label
Inputs





Float to the right.
Some text on the left side.
</description>
		<content:encoded><![CDATA[<p>I found a bug!</p>
<p>It seems the bug is related to previous comments about &#8220;text not centering&#8221;. For my case, when using &#8220;table&#8221; set width 100% and &#8220;div&#8221; set to float right, they are not expanding or going to the available space on the right.</p>
<p>I&#8217;m using your curvy corners &#8220;19th May 2008 v1.5 - B190508&#8243; javascript with jquery 1.2.6. The bug happen using the browser Mozilla Firefox 3.0 RTM and Safari 3.1.2, operation system Windows XP SP3. Testing with Internet Explorer 6 seems okay.</p>
<p>CSS File:<br />
.width1 { width:950px;margin-left:auto;margin-right:auto; }<br />
.round {<br />
margin:20px auto 30px auto;padding:10px;<br />
border:solid 1px #000;background:#fff;<br />
}</p>
<p>JS File:<br />
$(&#8217;.round&#8217;).corner({<br />
tl:{radius:8}, tr:{radius:8},<br />
bl:{radius:8}, br:{radius:8},<br />
antiAlias:true,<br />
autoPad:true,<br />
validTags:['div']<br />
});</p>
<p>HTML File:</p>
<p>Label<br />
Inputs</p>
<p>Float to the right.<br />
Some text on the left side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQueryTips &#187; รวมฮิต jQuery Plugins มากกว่า 200 รายการ</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2049</link>
		<dc:creator>jQueryTips &#187; รวมฮิต jQuery Plugins มากกว่า 200 รายการ</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2049</guid>
		<description>[...] Corner. jQuery Curvy Corner. Nifty jQuery Corner. Transparent Corners. jQuery Corner Gallery. Gradient [...]</description>
		<content:encoded><![CDATA[<p>[...] Corner. jQuery Curvy Corner. Nifty jQuery Corner. Transparent Corners. jQuery Corner Gallery. Gradient [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecards</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2042</link>
		<dc:creator>ecards</dc:creator>
		<pubDate>Mon, 30 Jun 2008 14:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2042</guid>
		<description>I possibly have found a bug in the latest version (1.5).

The reason why text will not center is that autoPad seems reversed.

It appears the latest version of curvyCorners inverts the value of the "autoPad" parameter.  Changing autoPad to false works!.  This can't be intentional because other samples using older versions do exactly the opposite.

regards,
ltg</description>
		<content:encoded><![CDATA[<p>I possibly have found a bug in the latest version (1.5).</p>
<p>The reason why text will not center is that autoPad seems reversed.</p>
<p>It appears the latest version of curvyCorners inverts the value of the &#8220;autoPad&#8221; parameter.  Changing autoPad to false works!.  This can&#8217;t be intentional because other samples using older versions do exactly the opposite.</p>
<p>regards,<br />
ltg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecards</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2041</link>
		<dc:creator>ecards</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2041</guid>
		<description>@Celeborn:  No, this script definitely works with FF3.  See this simple example:
   http://dev.hdgreetings.com/test.htm

However, I can't get the text to center in the above example no matter what I add, and that's for all browsers.

Is anyone using centered text with version 1.5?</description>
		<content:encoded><![CDATA[<p>@Celeborn:  No, this script definitely works with FF3.  See this simple example:<br />
   <a href="http://dev.hdgreetings.com/test.htm" rel="nofollow">http://dev.hdgreetings.com/test.htm</a></p>
<p>However, I can&#8217;t get the text to center in the above example no matter what I add, and that&#8217;s for all browsers.</p>
<p>Is anyone using centered text with version 1.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidden Pixels - JQuery Examples</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2038</link>
		<dc:creator>Hidden Pixels - JQuery Examples</dc:creator>
		<pubDate>Mon, 30 Jun 2008 09:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2038</guid>
		<description>[...] jQuery Curvy Corner. [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery Curvy Corner. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Celeborn</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2037</link>
		<dc:creator>Celeborn</dc:creator>
		<pubDate>Mon, 30 Jun 2008 09:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2037</guid>
		<description>Just installed Firefox 3 and the script stopped working.  The top and bottom of the curvycornered DIV disappears, leaving only the background colour, and a left and right margin.

Anyone else seeing this?</description>
		<content:encoded><![CDATA[<p>Just installed Firefox 3 and the script stopped working.  The top and bottom of the curvycornered DIV disappears, leaving only the background colour, and a left and right margin.</p>
<p>Anyone else seeing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecards</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2036</link>
		<dc:creator>ecards</dc:creator>
		<pubDate>Mon, 30 Jun 2008 05:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2036</guid>
		<description>Mike, I already have a Love/Hate relationship with you.

I love how cool curvey corners is -

I hate that I tried to learn it by looking at your home page at curvycorners.net.

That page tries to create a new curvyCorners object, which guess what doesn't exist in the current version!

This wouldn't be a big deal except for the fact that I'm learning JQuery and Javascript at the same time and it took 3 hours before I figured out Firebug should always be at your side :).

So my only point is that your home page is not using the same code, I guess you can worry about that in all of your "free" time.

I did learn a lot taking things apart though :).</description>
		<content:encoded><![CDATA[<p>Mike, I already have a Love/Hate relationship with you.</p>
<p>I love how cool curvey corners is -</p>
<p>I hate that I tried to learn it by looking at your home page at curvycorners.net.</p>
<p>That page tries to create a new curvyCorners object, which guess what doesn&#8217;t exist in the current version!</p>
<p>This wouldn&#8217;t be a big deal except for the fact that I&#8217;m learning JQuery and Javascript at the same time and it took 3 hours before I figured out Firebug should always be at your side :).</p>
<p>So my only point is that your home page is not using the same code, I guess you can worry about that in all of your &#8220;free&#8221; time.</p>
<p>I did learn a lot taking things apart though :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 经典240多个jQuery插件 &#124; 喜羊羊与懒羊羊的窝</title>
		<link>http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery#comment-2033</link>
		<dc:creator>经典240多个jQuery插件 &#124; 喜羊羊与懒羊羊的窝</dc:creator>
		<pubDate>Sat, 28 Jun 2008 03:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=91#comment-2033</guid>
		<description>[...] Corner. jQuery Curvy Corner. Nifty jQuery Corner. Transparent Corners. jQuery Corner Gallery. Gradient [...]</description>
		<content:encoded><![CDATA[<p>[...] Corner. jQuery Curvy Corner. Nifty jQuery Corner. Transparent Corners. jQuery Corner Gallery. Gradient [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
