Fieldset 中的 DIV 图层在后台而不是前景中打开
我已经为 html 中的输入字段实现了 jquery datepicker。问题是,日期选择器出现在后台而不是前台,因此我无法设置日期(请参阅链接)。输入字段的 div 标签位于字段集中,始终位于前面。
http://i40.tinypic.com/35i1wl0.png
我该怎么做才能让日期选择器在前面打开?
I have implemented an jquery datepicker for an input field in html. Problem is, that the datepicker appears in the background in place of in the foreground and so I cannot set a date (see the link). The div tag of the input field is in an fieldset which is always in the front.
http://i40.tinypic.com/35i1wl0.png
what can I do to let the datepicker open in the front?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你有定位或 z-index 属性的问题
我认为你的 div 简单有一个比 jquery datepicker div 更多的 z-index 值。
尝试更改您的 z-index 属性。通常,z-index 设置为更大的值,例如 9999 或 999,这是不正确的,因为对您来说,使用 z-index 属性的较低值就足够了。
You have a problems with positioning or z-index property
I think that your divs simple have a more z-index value that jquery datepicker div.
Try change yours z-index property. Often z-index sets to much bigger values like 9999 or 999 it's not correct, because for you it is sufficient to use the lower values of z-index property.
尝试将 z-index 属性设置为在前面打开的日期选择器
Try z-index property to datepicker open in the front like