【发布时间】:2011-12-27 09:32:15
【问题描述】:
有没有办法将<input type="text"> 的宽度缩放到实际值的宽度?
input {
display: block;
margin: 20px;
width: auto;
}
<input type="text" value="I've had enough of these damn snakes, on this damn plane!" />
<input type="text" value="me too" />
【问题讨论】: