HTML5 必需属性;消息位置
我一直在用 html5 构建一个网站;最近我的浏览器(Chrome)更新了,现在漂亮的必需属性正在工作:)
在缺点...告诉您该字段是必填的消息出现在输入下方,就在另一个控件的顶部:(
有没有办法使消息位于输入的右侧?
谢谢!
I have been building a site in html5; recently my browser (Chrome) updated and now the nifty required attributes are working :)
On the down side... the message telling you that the field is required appears bellow the input, right on top of another control :(
Is there a way to make the message go to the right of the input?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,显示的消息因浏览器实现而异。您无法更改它(除了实现您自己的验证之外)。
请放心,在几个版本中将会得到更好的外观;)
Nop, the message displayed varies depending on the browser implementation. There is nothing you can do to change it(other than implementing your own validation).
Rest assured that in a few releases that will get a better look;)