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

adding bg image to the select button in a radupload

1 Answer 55 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
ithihas
Top achievements
Rank 1
ithihas asked on 29 Jun 2012, 06:30 AM
How can i add a background image to the select button in a radupload????

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Jun 2012, 07:00 AM
Hi ithihas,

Try overriding the default CSS  as follows.

CSS:
<style type="text/css">
   div.RadUpload_Default .ruBrowse
      {
        background-image: url(../Images/BOTTM.jpg) !important;
      }
</style>

Hope this helps.

Thanks,
Princy.
Tags
Upload (Obsolete)
Asked by
ithihas
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or