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
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?
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.