This is a migrated thread and some comments may be shown as answers.

Fieldset Background color

1 Answer 70 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Tgaud
Top achievements
Rank 1
Tgaud asked on 28 Jul 2009, 09:21 AM
Hi, i have an issue.

On IE6 my fieldset with radformdecorator, have a gray background not beautiful at all, and i want to remove it for the real telerik background, or for
a white background.

I'm using the skin Web20.


1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 29 Jul 2009, 09:52 AM
Hello Tgaud,

Actually we do not use a background color for the fieldset, but a background image with background position top. We do not use background color because it is impossible with the current rendering of the skinned fieldsets. The background image we apply is a semi-transparent png file, and as you know, IE6 does not support the alpha channel of .png. Of course, there are a couple of fixes, however none of them can be applied to an element with background-position. Knowing this, you can either:

1. Disregard IE6, as it is not a major browser anymore
2. Entirely remove the background image with CSS for IE6 using a browser-specific hack. For your convenience, you may use this one:

*html fieldset
{
 _background: none !important;
}


This is all that can be done with IE6, and we are not planning further fixes.

Kind regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FormDecorator
Asked by
Tgaud
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or