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

[Solved] radupload rollover button

3 Answers 139 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
toa
Top achievements
Rank 1
toa asked on 30 Jun 2008, 11:41 AM
Hi,
In radupload,
I'm trying to make the background image of the button to rollover, so that when you click it changes color.  But I don't know where to touch it in css.
Could anyone help me??

Thanks in advance,
T

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Jun 2008, 01:31 PM
Hello toa,

Which button are you referring to? Is the Select button, or Add / Remove / Delete?

Best wishes,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Gareth
Top achievements
Rank 1
answered on 07 Apr 2009, 01:25 PM
Hi,
I would like to know how to do this too? Im interested in changing the BG image on mouseover on the Browse  button.
Thanks
0
Veselin Vasilev
Telerik team
answered on 10 Apr 2009, 11:45 AM
Hi Gareth,

I am afraid this is not possible due the way we skin the <input type="file"> control.

If you place the code below in the <head> section of your page you will achieve a change to the background image of the Add and Delete buttons on mouse over:

<style type="text/css"
div.RadUpload_Vista .ruAdd:hover, 
div.RadUpload_Vista .ruDelete:hover 
    background-image : url('images/waiting.gif'); 
</style> 

Vista is the name of the skin I am using.

Regards,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
toa
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Gareth
Top achievements
Rank 1
Share this question
or