I am using RadNumericTextBox with skin Metro
The style is changed to:
When I display this in IE9 (or Chrome, FireFox) this will be displayed correct.
When I turn on compatibilitymode in IE9 the textbox is messed up.
When I select the rendered inputfieldbox the used style looks different. (see attached picture): the inputfieldbox is wider than the displaybox.
The height of the displaybox was also larger but I could fix that by adding the style
How can I fix the width of the inputfieldbox?
Paul
The style is changed to:
.riDisplay{ border-width: 1px !important; color: #6384B5 !important; border-color: #A8A8A8 !important; *height: auto !important;}.InputField{ width: 85px !important;}When I display this in IE9 (or Chrome, FireFox) this will be displayed correct.
When I turn on compatibilitymode in IE9 the textbox is messed up.
When I select the rendered inputfieldbox the used style looks different. (see attached picture): the inputfieldbox is wider than the displaybox.
The height of the displaybox was also larger but I could fix that by adding the style
*height: auto !important; How can I fix the width of the inputfieldbox?
Paul