<?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 fieldset in Firefox</title>
	<atom:link href="http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/</link>
	<description>The personal web presence of David Hosier</description>
	<lastBuildDate>Wed, 04 Jan 2012 20:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: BlackMagic</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7247</link>
		<dc:creator>BlackMagic</dc:creator>
		<pubDate>Fri, 29 May 2009 02:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7247</guid>
		<description>The solution for Chrome is:
-khtml-border-radius: 7pt;

I&#039;m still looking for an IE7 solution.</description>
		<content:encoded><![CDATA[<p>The solution for Chrome is:<br />
-khtml-border-radius: 7pt;</p>
<p>I'm still looking for an IE7 solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackMagic</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7246</link>
		<dc:creator>BlackMagic</dc:creator>
		<pubDate>Fri, 29 May 2009 01:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7246</guid>
		<description>IE7 has fieldset rounded corners, but not if you specify a background color or a background border width. This works:
fieldset {
&#160; border-style:&#160; &#160; &#160; &#160;  groove;
&#160; border-collapse:&#160; &#160; &#160; separate; }

But this gives square corners:
fieldset {
&#160; background-color:&#160; &#160;  #6495ED; 
&#160; border-style:&#160; &#160; &#160; &#160;  groove;
&#160; border-collapse:&#160; &#160; &#160; separate;
&#160; border-width:&#160; &#160; &#160; &#160;  0.2em;&#160; }

Since I want a rounded corners, a background color and a border width I&#039;m still looking for a solution for IE7. Any bright ideas anyone?</description>
		<content:encoded><![CDATA[<p>IE7 has fieldset rounded corners, but not if you specify a background color or a background border width. This works:<br />
fieldset {<br />
&nbsp; border-style:&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; groove;<br />
&nbsp; border-collapse:&nbsp; &nbsp; &nbsp; separate; }</p>
<p>But this gives square corners:<br />
fieldset {<br />
&nbsp; background-color:&nbsp; &nbsp;&nbsp; #6495ED;<br />
&nbsp; border-style:&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; groove;<br />
&nbsp; border-collapse:&nbsp; &nbsp; &nbsp; separate;<br />
&nbsp; border-width:&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 0.2em;&nbsp; }</p>
<p>Since I want a rounded corners, a background color and a border width I'm still looking for a solution for IE7. Any bright ideas anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackMagic</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7245</link>
		<dc:creator>BlackMagic</dc:creator>
		<pubDate>Fri, 29 May 2009 01:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7245</guid>
		<description>I&#039;m using IE7 and it doesn&#039;t have fieldset rounded corners by default. -moz works on Prism 1.0 and FF 3.0 but not on Chrome.

Does anyone have a solution for IE7 or Chrome?</description>
		<content:encoded><![CDATA[<p>I'm using IE7 and it doesn't have fieldset rounded corners by default. -moz works on Prism 1.0 and FF 3.0 but not on Chrome.</p>
<p>Does anyone have a solution for IE7 or Chrome?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demo</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7199</link>
		<dc:creator>Demo</dc:creator>
		<pubDate>Mon, 11 May 2009 02:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-7199</guid>
		<description>But it seems not working in Google Chrome...</description>
		<content:encoded><![CDATA[<p>But it seems not working in Google Chrome...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-6563</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-6563</guid>
		<description>I don&#039;t know how I could possibly answer the question better.&#160; I showed how to do it in FF, and IE does it by default.&#160; Therefore, it works in both browsers simultaneously.&#160; The end.&#160; Maybe I&#039;m misunderstanding you.</description>
		<content:encoded><![CDATA[<p>I don't know how I could possibly answer the question better.&nbsp; I showed how to do it in FF, and IE does it by default.&nbsp; Therefore, it works in both browsers simultaneously.&nbsp; The end.&nbsp; Maybe I'm misunderstanding you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-6562</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Thu, 27 Nov 2008 11:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-6562</guid>
		<description>What a rubbish response. Did you even read the question? Everyone knows what how to get rouded corners in IE, and how to get them in FF - the big question is hot to get them working for both browsers simulteniusly..</description>
		<content:encoded><![CDATA[<p>What a rubbish response. Did you even read the question? Everyone knows what how to get rouded corners in IE, and how to get them in FF - the big question is hot to get them working for both browsers simulteniusly..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-3022</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 May 2007 12:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-3022</guid>
		<description>IE has rounded corners by default.</description>
		<content:encoded><![CDATA[<p>IE has rounded corners by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micio</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-3020</link>
		<dc:creator>Micio</dc:creator>
		<pubDate>Thu, 03 May 2007 09:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-3020</guid>
		<description>Yup in FF it works great! but then again... squares in IE7 (didnt test below)
And soo the story starts at the beginning... How do I get rounded fieltset in IE and FF :D

Thanks for the post!</description>
		<content:encoded><![CDATA[<p>Yup in FF it works great! but then again... squares in IE7 (didnt test below)<br />
And soo the story starts at the beginning... How do I get rounded fieltset in IE and FF :D</p>
<p>Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-1418</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 04 Jan 2007 17:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-1418</guid>
		<description>This should work perfectly:&#160; 

&lt;code&gt;&lt;fieldset style=&quot;-moz-border-radius: 7pt;&quot;&gt;
content
&lt;/fieldset&gt;&lt;/code&gt;

It should render correctly below:

&lt;fieldset style=&quot;-moz-border-radius: 7pt;&quot;&gt;content&lt;/fieldset&gt;</description>
		<content:encoded><![CDATA[<p>This should work perfectly:&nbsp; </p>
<p><code>&lt;fieldset style="-moz-border-radius: 7pt;"&gt;<br />
content<br />
&lt;/fieldset&gt;</code></p>
<p>It should render correctly below:</p>
<fieldset style="-moz-border-radius: 7pt;">content</fieldset>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-1411</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Wed, 03 Jan 2007 23:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/01/24/rounded-fieldset-in-firefox/#comment-1411</guid>
		<description>Does not do it in my test page. I have a fieldset as a direct child of the body tag, i.e. it is not wrapped by div or p or anything. Within the fieldset I defined a form and a table.

even with the -moz thing in the fieldset CSS thing does nothing to change the appearance. Planned to use it on my website http://www.FocusOnPanama.com/ but no luck yet</description>
		<content:encoded><![CDATA[<p>Does not do it in my test page. I have a fieldset as a direct child of the body tag, i.e. it is not wrapped by div or p or anything. Within the fieldset I defined a form and a table.</p>
<p>even with the -moz thing in the fieldset CSS thing does nothing to change the appearance. Planned to use it on my website <a href="http://www.FocusOnPanama.com/" rel="nofollow">http://www.FocusOnPanama.com/</a> but no luck yet</p>
]]></content:encoded>
	</item>
</channel>
</rss>

