I have a numericTextbox that in Firefox when I enter a number it is displayed to the right of the control.
In IE and Chrome is working fine.
I tried changing the aligments but the same problem occurs
Here is the code.
                                In IE and Chrome is working fine.
I tried changing the aligments but the same problem occurs
Here is the code.
<telerik:RadNumericTextBox  NumberFormat-DecimalDigits="0" ID="txtGreaterThan" Type="Number"  MaxLength="7" MinValue="0" MaxValue="9999999"  Width="85px" runat="server" />