2011-04-01 14:03:51 0 评论 Html Boy.Lee

控制input输入框显示大小

{Small Size}

<input size="20" type="text" />

{Large Size}

<input size="120" type="text" />

just as what u see, we use "size" property to control the length of text box. I lost this point today so I fixed it here.