jQuery 日期选择器的 z-index
我正在使用 jQuery 日期选择器和 buttonImage,下面有一个自定义样式的选择表单元素(http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ ),它使用 z-index 为 5
。无法在日期选择器中与选择框重叠的部分选择日期。在 css 中,我提到了日期选择器的 z-index,如下所示:
.ui-widget { font-family: Arial, Helvetica, sans-serif;字体大小:11px; z 索引:1000; } .ui-datepicker、.ui-datepicker 表、.ui-datepicker td、.ui-datepicker td 跨度、.ui-datepicker td {z-index:1000; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {z-index:1000;但
仍然不起作用。有什么帮助吗?
I am using jQuery date picker with buttonImage and below that there is a custom styled select form element (http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ ) which uses z-index of 5.
I could not select the dates in datepicker in the portions where it overlaps with select box. In the css I have mentioned the z-index for datepicker as below:
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 11px; z-index:1000; }
.ui-datepicker, .ui-datepicker table, .ui-datepicker td, .ui-datepicker td span, .ui-datepicker td a {z-index:1000; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {z-index:1000; }
But still not working. Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想要日期选择器位于其他 css 之上,请尝试以下一个:
if you want the datepicker above your other css try this one: