I have a simple imagebutton in Visual Studio 2010 / c# / .NET framework 4.0:
asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/mypic.jpg" Width="400px"
IE10 / Windows 8 shows the picture in the original size (width 200 px) and ignores the specified width (400 px).
All other browsers behave as expected, but IE 10 doesn't.
I tried resizing an simple image (not being a button) asp:Image; that works fine in IE 10.
Can anybody help me to solve this problem?
Thanks in advance!
Sushmaja Arumalla