用于网页上停靠/滑动面板的 CSS
我想在 Web 表单上显示任何验证错误消息,类似于 Visual Studio 中的编译错误消息,当出现错误时,该消息会从底部向上滑动。错误消息面板应覆盖在表单顶部,而不占用额外空间,并且可以根据需要关闭。如何借助 CSS / jQuery 或任何其他方式实现这一点?
谢谢, 罗摩
I would like to display any validation error messages on a web form similar to compilation error messages in visual studio that slides up from the bottom when there are errors. the error message panel should overlay on top of the form without taking extra space and can be closed if required. how to achieve this with the help of CSS / jQuery or in any other way?
thanks,
Rama
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该站点详细讨论了如何使用 CSS、HTML 和 JQuery 创建滑动面板
http ://theorangebelt.org/forums/showthread.php?t=1033
This site gives has detailed discussion on how to create a sliding panel using CSS, HTML and JQuery
http://theorangebelt.org/forums/showthread.php?t=1033
我推荐 Zurb,他们的示例富有创意且功能强大:
Zurb 的 OS-X like Dock
顺便说一句,我不推荐任何类型的 Dock,在我看来,Dock 不是 Web 应用程序友好的 ui 元素。
I recommend Zurb, their examples are creative and powerful:
OS-X like dock by Zurb
By the way, I don't recommend any kind of dock, dock is not webapplication friendly ui element in my opinion.