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

FontColor of Skin Varies in IE 6

1 Answer 60 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Liji Jose
Top achievements
Rank 1
Liji Jose asked on 03 May 2010, 10:31 AM


Hi,

I am using RadFormdecorator with Skin property set to "Web20". My Browser is IE 6. It shows a strange behaviour; the font color is Black(of the button),  whereas in IE 8, it is White in color.

What could be reason for this strange behaviour? Is this a known issue , is there any solution for this problem???

I am attaching the two files one in IE 6 and another in IE 8. Check the Submit form button in the attached files to find the difference.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 04 May 2010, 11:44 AM
Hi Liji,

It seems that some of the CSS selectors are not understandable for IE6.
To fix that problem, put the following CSS code in the head of your file:

<style type="text/css">
 .RadForm_Web20 .rfdSkinnedButton .rfdDecorated
  {
   color: #fff !important;
  }
</style>


Best wishes,
Bojo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FormDecorator
Asked by
Liji Jose
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or