increase height of listbox in IE7

前端 未结 2 1878

i have a listbox:


and i am

2条回答
  •  渐次进展
    2021-01-25 07:39

    Did you explicitly declared height using CSS?

    #lstProblems{height:200px !important; display:inline-block;}
    

提交回复
热议问题