Hi!
I am able to modify the background image of the combobox using this css (images attached). However, we loose the hover and focus image (see results.png for the focus problem.)
How do I change the images for the various states? Thanks!
Michael
I am able to modify the background image of the combobox using this css (images attached). However, we loose the hover and focus image (see results.png for the focus problem.)
How do I change the images for the various states? Thanks!
Michael
.radComboBox td.rcbInputCell
{
background-image
:
url
(
'/Images/ComboBoxSprite.png'
)
!important
;
}
.radComboBox table td.rcbArrowCell
{
background
:
#ffffff
url
(
'/Images/ComboBoxDropDown.png'
)
no-repeat
-1px
50%
;
}