<?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: CSS Liquid Round Corners</title>
	<atom:link href="http://www.search-this.com/2007/02/12/css-liquid-round-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:18:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Using CSS3PIE in WordPress &#124; Copperseed Creative</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-296813</link>
		<dc:creator>Using CSS3PIE in WordPress &#124; Copperseed Creative</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-296813</guid>
		<description>[...] mentioned and of course IE 9 itself. Without CSS3 styles, websites can become clunky in using nesting methods to get styling like rounded corners to work, requiring a variety of background images and bloated code, essentially lengthening website load [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned and of course IE 9 itself. Without CSS3 styles, websites can become clunky in using nesting methods to get styling like rounded corners to work, requiring a variety of background images and bloated code, essentially lengthening website load [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Simple CSS Techniques for Rounded Corners for Web Designers &#124; Web and Graphic Design Blog</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-231468</link>
		<dc:creator>5 Simple CSS Techniques for Rounded Corners for Web Designers &#124; Web and Graphic Design Blog</dc:creator>
		<pubDate>Sat, 13 Aug 2011 12:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-231468</guid>
		<description>[...] 2: CSS Liquid Round Corners [...]</description>
		<content:encoded><![CDATA[<p>[...] 2: CSS Liquid Round Corners [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TonyB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-208879</link>
		<dc:creator>TonyB</dc:creator>
		<pubDate>Thu, 19 May 2011 23:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-208879</guid>
		<description>Your suggestion about hasLayout led me to examine all my uses of the display property and I tracked it down to a problem with the jQuery slideDown/slideUp effect that I&#039;m using (clicking on a link replaces the current rounded corner panel and contents with a new panel and contents using this slide effect). Changing it to a fadeIn/fadeOut effect (or removing it altogether) fixed it. Turns out others have had problems with the slide effect in IE7. I&#039;m going to rethink how I&#039;m doing this but thanks for your spectacularly prompt response and thanks so much for this very cool technique, it&#039;s a thing of beauty!</description>
		<content:encoded><![CDATA[<p>Your suggestion about hasLayout led me to examine all my uses of the display property and I tracked it down to a problem with the jQuery slideDown/slideUp effect that I&#8217;m using (clicking on a link replaces the current rounded corner panel and contents with a new panel and contents using this slide effect). Changing it to a fadeIn/fadeOut effect (or removing it altogether) fixed it. Turns out others have had problems with the slide effect in IE7. I&#8217;m going to rethink how I&#8217;m doing this but thanks for your spectacularly prompt response and thanks so much for this very cool technique, it&#8217;s a thing of beauty!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-208859</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Thu, 19 May 2011 21:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-208859</guid>
		<description>Hi TonyB,

At a guess that sounds like a classic haslayout issue but I&#039;d need to see the page to debug properly.

Disappearing and re-appearing elements is one of the signs that haslayout hasn&#039;t been set where needed.

If you have a link or a demo I&#039;ll take a look.</description>
		<content:encoded><![CDATA[<p>Hi TonyB,</p>
<p>At a guess that sounds like a classic haslayout issue but I&#8217;d need to see the page to debug properly.</p>
<p>Disappearing and re-appearing elements is one of the signs that haslayout hasn&#8217;t been set where needed.</p>
<p>If you have a link or a demo I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TonyB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-208829</link>
		<dc:creator>TonyB</dc:creator>
		<pubDate>Thu, 19 May 2011 18:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-208829</guid>
		<description>Having a strange issue with IE7. I have 2 rounded corner divs side-by-side. The right-hand one renders perfectly. The left-hand one is missing top right and bottom right images. However, I can get the left-hand one to render correctly if I perform the following strange sequence of steps: (1) click on a different tab in the browser (2) navigate away from the browser to a different app (3) navigate back to the browser (4) click on the original tab with the rounded corners. Works every time! In every other browser on mac or windows it renders correctly first time.</description>
		<content:encoded><![CDATA[<p>Having a strange issue with IE7. I have 2 rounded corner divs side-by-side. The right-hand one renders perfectly. The left-hand one is missing top right and bottom right images. However, I can get the left-hand one to render correctly if I perform the following strange sequence of steps: (1) click on a different tab in the browser (2) navigate away from the browser to a different app (3) navigate back to the browser (4) click on the original tab with the rounded corners. Works every time! In every other browser on mac or windows it renders correctly first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Simple Rounded Corner Slide Tabbed Box (Content Slider) using jQuery &#124; TechBrij</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-203734</link>
		<dc:creator>A Simple Rounded Corner Slide Tabbed Box (Content Slider) using jQuery &#124; TechBrij</dc:creator>
		<pubDate>Mon, 18 Apr 2011 16:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-203734</guid>
		<description>[...] rounded corner, I like CSS liquid round corners. In the demo, you will get multiple rounded corner panels. I am using following structure for [...]</description>
		<content:encoded><![CDATA[<p>[...] rounded corner, I like CSS liquid round corners. In the demo, you will get multiple rounded corner panels. I am using following structure for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyArcher</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-200420</link>
		<dc:creator>DannyArcher</dc:creator>
		<pubDate>Tue, 29 Mar 2011 10:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-200420</guid>
		<description>This is a true masterpiece tutorial. Thank you.</description>
		<content:encoded><![CDATA[<p>This is a true masterpiece tutorial. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-192115</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Sun, 13 Feb 2011 12:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-192115</guid>
		<description>@Mark - we&#039;d need to see an example to help diagnose the problem.:)</description>
		<content:encoded><![CDATA[<p>@Mark &#8211; we&#8217;d need to see an example to help diagnose the problem.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Primavera</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-191848</link>
		<dc:creator>Mark Primavera</dc:creator>
		<pubDate>Fri, 11 Feb 2011 17:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-191848</guid>
		<description>Great rounded corner!!
Although I followed the tutorial in how to make the images and it seems I cannot get rid of the center area that currently shows white?</description>
		<content:encoded><![CDATA[<p>Great rounded corner!!<br />
Although I followed the tutorial in how to make the images and it seems I cannot get rid of the center area that currently shows white?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-191207</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Mon, 07 Feb 2011 15:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-191207</guid>
		<description>Hi John, You should be able to make cosmetic changes (e.g. changing shadows) by just changing the image without too much trouble.

The hyper link question was answered above as you already mentioned but  here is another example anyway.

http://www.pmob.co.uk/temp/searchthis-rounded2.htm</description>
		<content:encoded><![CDATA[<p>Hi John, You should be able to make cosmetic changes (e.g. changing shadows) by just changing the image without too much trouble.</p>
<p>The hyper link question was answered above as you already mentioned but  here is another example anyway.</p>
<p><a href="http://www.pmob.co.uk/temp/searchthis-rounded2.htm" rel="nofollow">http://www.pmob.co.uk/temp/searchthis-rounded2.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Morris</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-191051</link>
		<dc:creator>John Morris</dc:creator>
		<pubDate>Sun, 06 Feb 2011 14:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-191051</guid>
		<description>I see that my previous question was in fact answered a few times in the comments.  Thank-you.  How hard would it be to have the shadow at the top as opposed to the current version at the bottom?  Is it a matter of simply rotating the image files?</description>
		<content:encoded><![CDATA[<p>I see that my previous question was in fact answered a few times in the comments.  Thank-you.  How hard would it be to have the shadow at the top as opposed to the current version at the bottom?  Is it a matter of simply rotating the image files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Morris</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-190927</link>
		<dc:creator>John Morris</dc:creator>
		<pubDate>Sat, 05 Feb 2011 14:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-190927</guid>
		<description>I apologize if this has been answered already, there are so many comments on this article!  I&#039;m trying to get a hyperlink to work inside the content-center DIV but it won&#039;t work.  It appears as though it&#039;s a hyperlink (blue color and underlined) but I can&#039;t click on it to get to the required website page.  The link works fine outside the rounded corner section but not inside.  

I tried using Firefox and Chrome on Ubuntu.

Anyone have any ideas why this may be?</description>
		<content:encoded><![CDATA[<p>I apologize if this has been answered already, there are so many comments on this article!  I&#8217;m trying to get a hyperlink to work inside the content-center DIV but it won&#8217;t work.  It appears as though it&#8217;s a hyperlink (blue color and underlined) but I can&#8217;t click on it to get to the required website page.  The link works fine outside the rounded corner section but not inside.  </p>
<p>I tried using Firefox and Chrome on Ubuntu.</p>
<p>Anyone have any ideas why this may be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smykker Online</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-190749</link>
		<dc:creator>Smykker Online</dc:creator>
		<pubDate>Fri, 04 Feb 2011 08:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-190749</guid>
		<description>Thank you for this tutorial, this was exactly what i was looking for :)</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial, this was exactly what i was looking for <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-187791</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Wed, 19 Jan 2011 10:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-187791</guid>
		<description>Sorry Martijn I no longer have the original files for that image otherwise I&#039;d run you up a set in a different colour.

The image isn&#039;t that hard to make if you have the right tools and there are plenty of free paint packages that should do that for you. 

Of course if you have Photoshop or Fireworks then you should see about making it yourself.

I believe there is a tutorial posted on one of the earlier posts  above to show how to make rounded corner images in Photoshop.</description>
		<content:encoded><![CDATA[<p>Sorry Martijn I no longer have the original files for that image otherwise I&#8217;d run you up a set in a different colour.</p>
<p>The image isn&#8217;t that hard to make if you have the right tools and there are plenty of free paint packages that should do that for you. </p>
<p>Of course if you have Photoshop or Fireworks then you should see about making it yourself.</p>
<p>I believe there is a tutorial posted on one of the earlier posts  above to show how to make rounded corner images in Photoshop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.search-this.com/2007/02/12/css-liquid-round-corners/comment-page-5/#comment-187684</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 18 Jan 2011 20:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/02/12/css-liquid-round-corners/#comment-187684</guid>
		<description>The box itself is not a problem (the code) the one above worked great. And I really like the design of it but it only works on a EFF2F3 background and I got a white one.</description>
		<content:encoded><![CDATA[<p>The box itself is not a problem (the code) the one above worked great. And I really like the design of it but it only works on a EFF2F3 background and I got a white one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.902 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 07:02:17 -->

