如何创建文本框水印?
我希望在不使用 Ajax 或 JavaScript 的情况下创建文本框水印。我该怎么做?
I wish to create a textbox watermark without using either Ajax or JavaScript. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这很容易。
在 html 中,我们可以为 input 元素提供 placeholder 属性。
例如
检查更多详细信息:http://www.w3schools.com/标签/att_input_placeholder.asp
It is very easy.
In html we can give the placeholder attribute for input elements.
e.g.
check for more details :http://www.w3schools.com/tags/att_input_placeholder.asp
您可以像这样使用 CSS 指定背景图像。
You can assign a background image with CSS like so.
我在这个网站上有一个dll。它解决了我的问题
http://www.dotnetcurry.com/ASPNETandjQuery/Section1-TextBox/R12 -TextBoxWaterMark.aspx
I have got a dll on this site. It solved my problem
http://www.dotnetcurry.com/ASPNETandjQuery/Section1-TextBox/R12-TextBoxWaterMark.aspx