<div> <label >Some Label</label> <!--Should take minimum space --> <input type="text"/> <!--Should stretch horizontally to fill up entire div --> </div>解决方法 demo here
不完美,但你可以尝试实现
我找到了这段代码
<div > <label >Some Label</label> <input type="text"/></div>
在这里
.notificationArea{ wIDth: 100%; vertical-align: left; text-align:left; background: #ccc; display: table;}.notificationArea label,.notificationArea input { display: table-cell}.notificationArea input { wIDth: 100%}总结
以上是内存溢出为你收集整理的html – 拉伸输入文本以填充它所包含的部分全部内容,希望文章能够帮你解决html – 拉伸输入文本以填充它所包含的部分所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)