IE 10 does not show textbox width and height

Mownnottork

New Member
I have a simple TextBox with Width and Height attributes: \[code\]<asp:TextBox ID="TextBox1" Width="400" Height="100" runat="server" />\[/code\]Locally IE 10 does show the TextBox correct in Cassini and IIS 7.5. Published on the server IE 10 ignores the properties (IE 9 and lower are ok). The web.configs are identical.Is there a setting in the IIS or something else, where I can change this behavior?
 
Back
Top