当前位置: 代码迷 >> ASP.NET >> 如何设定input的高度,并且有垂直方向的下拉框
  详细解决方案

如何设定input的高度,并且有垂直方向的下拉框

热度:692   发布时间:2013-02-26 00:00:00.0
怎么设定input的高度,并且有垂直方向的下拉框?
如题,谢谢!

------解决方案--------------------------------------------------------
垂直方向的下拉框
------------------
什么意思??
------解决方案--------------------------------------------------------
style= "height:20px; "
------解决方案--------------------------------------------------------
.inputCss {
width:200px;
height:20px;
background:#369;
}

<!--CSS随便设置以下就有了!-->
------解决方案--------------------------------------------------------
<textarea name= "textfield " rows= "6 "> </textarea>
  相关解决方案