[css-d] Styling for Fieldsets and Legends

2007-06-25 Thread Rick Faircloth
Hi, all... Is there any way to bring consistent styling to fieldsets and legends between IE and FF? For now I'm using separate stylesheets for IE6, IE7, and FF2. I'd like to have the look that default IE 7 applies, however, I'd like to change the border color. That causes square corners. How

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread Jason Crosse
Rick Faircloth wrote: Hi, all... Is there any way to bring consistent styling to fieldsets and legends between IE and FF? For now I'm using separate stylesheets for IE6, IE7, and FF2. I'd like to have the look that default IE 7 applies, however, I'd like to change the border color.

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread James Gadrow
Rick Faircloth wrote: Is there any way to bring consistent styling to fieldsets and legends between IE and FF? You should get used to keeping the word consistent out of your vocab when talking about form styling. ;) How do I keep the rounded corners? You can have rounded corners with

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread Rick Faircloth
-discuss.org Subject: Re: [css-d] Styling for Fieldsets and Legends Rick Faircloth wrote: Hi, all... Is there any way to bring consistent styling to fieldsets and legends between IE and FF? For now I'm using separate stylesheets for IE6, IE7, and FF2. I'd like to have the look that default IE 7

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread Anthony Lieuallen
On 6/25/2007 11:28 AM, Rick Faircloth wrote: Also, how to get the rounded corners in FF? http://developer.mozilla.org/en/docs/CSS:-moz-border-radius __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread James Gadrow
Anthony Lieuallen wrote: http://developer.mozilla.org/en/docs/CSS:-moz-border-radius As Anthony wrote, this will create a rounded border as well. However, there are a few known issues: Background images may spill beyond the rounded borders, and it can only be used with the solid border style so

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread David Hucklesby
Anthony Lieuallen wrote: http://developer.mozilla.org/en/docs/CSS:-moz-border-radius James Gadrow replied, in part: Also, it will only work for clients using a recent version of FF (border-radius is actually part of the CSS3 specification, and I can't wait until it gains more main-