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

Button hover decoration

4 Answers 55 Views
Input
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Iron
Daniel asked on 05 Aug 2009, 02:08 AM
Hi. I've noticed when using the Simple skin and only in IE7, that the hover appearance is skewed. The problem can be seen in the demos of the decorator if you select the Simple skin. It works on IE6 and FF3 no problems.

http://demos.telerik.com/aspnet-ajax/formdecorator/examples/default/defaultcs.aspx

Daniel

4 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 06 Aug 2009, 07:05 AM
Hi Daniel,

Thank you for reporting this issue. We will fix it for the next release. However, if you need fix for that skin sooner, please, let me know, and I will give it to you. I have added 500 Telerik points as a notice of gratitude for reporting this to us.

All the best,
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.
0
Daniel
Top achievements
Rank 1
Iron
answered on 06 Aug 2009, 07:14 AM
Thanks Martin. The sites in development, so I'll wait to the next release.

Daniel
0
Daniel
Top achievements
Rank 1
Iron
answered on 27 Aug 2009, 06:47 AM
Hi Martin. I just upgraded to 2009_2_826 and this problem is still present. Is there a work around for this as the site is going into production soon.

Daniel
0
Martin
Telerik team
answered on 31 Aug 2009, 10:37 AM
Hello Daniel,

It is strange that this fix did not enter the latest version. Anyways, here is the temporary fix you can use:

*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
 background-color: transparent !important;
}


Do not worry about other browsers - the star hack is evaluated in IE7 only.

Greetings,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Input
Asked by
Daniel
Top achievements
Rank 1
Iron
Answers by
Martin
Telerik team
Daniel
Top achievements
Rank 1
Iron
Share this question
or