0

The Webforms Login Control has two different textbox widths in IE10? Anyone has a workaround for this?

enter image description here

4

1 回答 1

1

我找到了2个解决方案:

  1. 设置输入 css 样式:

    input
    {
        width: 150px !important;
    }
    
  2. 转换为 itemtemplate 并设置文本框的宽度属性

于 2012-08-28T10:02:24.623 回答