Fieldset 中的 DIV 图层在后台而不是前景中打开

发布于 2024-12-14 07:40:38 字数 244 浏览 0 评论 0原文

我已经为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

坐在坟头思考人生 2024-12-21 07:40:38

你有定位或 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.

晨光如昨 2024-12-21 07:40:38

尝试将 z-index 属性设置为在前面打开的日期选择器

z-index:999;

Try z-index property to datepicker open in the front like

z-index:999;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文