> On Behalf Of Dean Matthews
>
> IE6 doesn't appear to render the background correctly in a fieldset
> with a legend (extends beyond top border).
>
> Is there a fix or alternatively how would you hide the background-
> color from IE6 only.
You can override the background color with the "_" hack:
fieldset {background-color:#ccc;_background-color:#fff;}
Only ie 5/6 should pick up the second rule.
If CSS validation is a concern for you then try:
fieldset {background-color:#ccc !important;background-color:#fff;}
---
Regards,
Thierry | www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************