I have an html input.
The input has padding: 5px 10px; I want it to be 100% of the parent div\'s width(which is fluid).
padding: 5px 10px;
However using widt
widt
Here is the recommendation from codeontrack.com, which has good solution examples:
Instead of setting the width of the div to 100%, set it to auto, and be sure, that the is set to display: block (default for ). 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
is set to display: block (default for ). 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
). 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复