我的DropDownList不会保持在CSS中设置的大小。
当输入被聚焦时,尺寸大于预期。
其他意大利,尺寸很好。
即使输入被聚焦,我应该怎么做才能将DropDownList的大小保持在合适的大小?
感谢您的帮助。
答案 0 :(得分:0)
您可以使用css :focus
input:focus {
//set the style the same as your input while not focused
}
答案 1 :(得分:0)
我用过这个:onmousedown =“$(this).focus()”