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

ButtonCssClass is not working

1 Answer 133 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 11 Oct 2010, 12:42 PM
Hi,

i am using RADTextbox when i  set ButtonCssClass,the Image of button is not changing it is disappering.

 <style>
   
.MyButton
   {
     background:url('CustomButton.gif') 0 0 no-repeat !important;
   }
   
</style>
<telerik:RadTextBox
  
ID="RadTextBox1"
  
runat="server"
  
ShowButton="True"
  ButtonCssClass="MyButton">
</telerik:RadTextBox>

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 11 Oct 2010, 02:33 PM
Hi Kumar,

Your code works on my side. make sure the image exists at the specified URL and check the problem with Firebug.

Best wishes,
Dimo
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
Input
Asked by
Kumar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or