开发者

Making an "input type text" the size of the screen?

开发者 https://www.devze.com 2023-01-03 07:02 出处:网络
How would I do this? Just like <hr/> but wit开发者_如何学Pythonh a text-box.I think what you need to do is set the Width to 100%

How would I do this?

Just like <hr/> but wit开发者_如何学Pythonh a text-box.


I think what you need to do is set the Width to 100%

e.g

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

精彩评论

暂无评论...
验证码 换一张
取 消