I have a problem when trying to set the width of a radcombobox using a css
*+html .RadComboBox_Office2007
{
width:100px;
}
Setting everything else like this for instance ' text-align:center; ' works fine, but the width seems to get calculated to 160px no matter what.
the width can be set manually, but with the amount of radcomboboxes i use, that is a no go.
Where ís the right place to put a width style in the radcombobox ? :)
*+html .RadComboBox_Office2007
{
width:100px;
}
Setting everything else like this for instance ' text-align:center; ' works fine, but the width seems to get calculated to 160px no matter what.
the width can be set manually, but with the amount of radcomboboxes i use, that is a no go.
Where ís the right place to put a width style in the radcombobox ? :)