制作一个“输入类型文本”大小的屏幕?

时间:2010-06-11 07:38:44

标签: text input types screen

我该怎么做?

就像<hr/>但有文字框一样。

1 个答案:

答案 0 :(得分:1)

我认为您需要做的是将宽度设置为100%

e.g

<html>
<head></head>
<body>
<input id="inputBox" style="width:100%;"></input>
</body>
</html>