I have a dropdown arrow button with the width 23 but It's not showing the entire image.
This is my css:
.RadComboBox td.rcbArrowCell
{
min-width: 23px;
padding: 0;
border: 0;
}
.RadComboBox td.rcbArrowCellLeft,
.RadComboBox td.rcbArrowCellRight
{
background:url('ComboBox/rcbArrowCell.gif') 0 0 no-repeat;
min-width: 23px;
}
They use to work until I upgraded our telerik controls to Q3 2009 version.
