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

Add background image to dropdown

1 Answer 105 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tia
Top achievements
Rank 1
Tia asked on 15 May 2013, 11:48 AM
Hi,

Is it possible to add a background image to radcombobox dropdown?

Thanks,
Tia

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 May 2013, 12:34 PM
Hi,

Try the following css to add background image to combobox dropdown.

CSS:
<style type="text/css">
  .RadComboBoxDropDown
   {
      background: url('../Images/image1.PNG') no-repeat !important;
   }
</style>

Thanks,
Princy.
Tags
ComboBox
Asked by
Tia
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or