Jquery 验证引擎错误弹出窗口出现在 div 标签后面
我正在使用 http://www.position-absolute.com/ 网站的验证引擎。 验证应用于在父页面上作为弹出窗口打开的 div 标签。 问题:当控件上显示错误消息时,它出现在 div 后面。
搜索到类似的问题建议使用z-index,但是如何控制从验证引擎弹出的错误消息的z-index?给 div z-index:99999 赋予较高的数字不起作用。
请帮忙
I am using validation engine from http://www.position-absolute.com/ site.
The validation is applied on the div tag which is opened as popup on parent page.
Issue : when error message is shown on a control, it is appearing behind the div.
Search to similar issue suggest the usages of z-index, but how to control the z-index of error message poping from validation engine? Giving high number to div z-index:99999 did not work.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需更改您的脚本即可
正常工作
just change your script as
it works fine