文本字段中的静态文本?
我如何在 文本字段中保留静态文本,就像这里的 tumblr 帐户 ***.tumblr.com > http://www.tumblr.com/
How can i keep static text within a <input type="text" name="site">
text field, just like the tumblr account ***.tumblr.com here > http://www.tumblr.com/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.tumblr 文本与输入标签是分开的。
因此类 hideInput 样式会将边框宽度设置为 0 以隐藏它们以及填充。例如
,类 inputBox 样式将重新实现输入框样式,因此它会有边框、填充等。
The .tumblr text is separate from the input tag.
So the class hideInput style would set the border widths to 0 to hide them as well as the padding. E.g.
Where as the class inputBox style would re-implement the input box style, so it would have a border, padding etc.