<需要输入...>的样式在WebKit中需要输入...>
请在 Chrome 浏览器中查看以下示例: http://jsfiddle.net/ymzTB/
<form>
<input required type = "text" >
<input type = "submit" >
</form>
当您离开时输入为空,只需单击 Enter,您将收到如下消息: 请填写此字段。
看起来不错。
如何在 WebKit 和其他浏览器中设置此消息的样式,例如,将背景颜色替换为红色,或者将字体颜色或大小设置为其他内容?
Please take a look at this example in Chrome browser: http://jsfiddle.net/ymzTB/
<form>
<input required type = "text" >
<input type = "submit" >
</form>
When you leave the input empty and just click enter, you'll receive a message like this: Please fill out this field.
which looks nice.
How can I style this message in WebKit and other browsers, say, replace the background color with red, or set the font color or size to something else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下伪类:
You can use following pseudo classes: