I am not sure I did the styling properly, but I was able to get the 35px image to appear for the arrow in the dropdown. Unfortunately, the clickable area is still the original area. If I click about where the arrow is, nothing happens.
I know this is because the image is really the background image, and not a button, but what is the proper way to make that whole cell react to the mouse click?
I know this is because the image is really the background image, and not a button, but what is the proper way to make that whole cell react to the mouse click?
| div.RadComboBox |
| { |
| border-style:outset; |
| border-color:#bbd1b1; |
| } |
| div.RadComboBox td.rcbArrowCell |
| { |
| min-width:35px; |
| } |
| div.RadComboBox td.rcbArrowCellRight { |
| background: url('/images/app/upload_arrow.png') no-repeat !important; |
| width:35px; |
| } |
| div.RadComboBox .rcbInput |
| { |
| font-size:14px; |
| font-family:Helvetica Neue, Arial; |
| font-weight:bold; |
| background:#ffffff; |
| color:Red; |
| } |