DropdownList在输入聚焦时更改宽度

时间:2018-01-05 16:14:23

标签: c# css asp.net internet-explorer-11

我的DropDownList不会保持在CSS中设置的大小。

当输入被聚焦时,尺寸大于预期。

其他意大利,尺寸很好。

enter image description here

即使输入被聚焦,我应该怎么做才能将DropDownList的大小保持在合适的大小?

感谢您的帮助。

2 个答案:

答案 0 :(得分:0)

您可以使用css :focus

input:focus { 
   //set the style the same as your input while not focused
}

答案 1 :(得分:0)

我用过这个:onmousedown =“$(this).focus()”