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

Put an image in the button

1 Answer 60 Views
Input
This is a migrated thread and some comments may be shown as answers.
msigman
Top achievements
Rank 2
msigman asked on 16 Jul 2010, 08:41 PM
Is there a way to place an image in a submit button?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Jul 2010, 10:15 AM
Hi Matthew,

You can remove the asp:Button's default background and borders and apply a custom background image. However, this question does not seem to be related to RadControls.

<asp:Button ID="Button1" runat="server" Text=" "
    style="width:128px;height:86px;border:0;cursor:pointer;background:transparent no-repeat url(http://www.kaleidacare.com/images/foster-home-software.jpg);" />


Regards,
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
msigman
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or