出于某种原因,我们的日期选择器在 IE6 中落后于它下方的下拉菜单
我所做的每一次搜索似乎都建议日期选择器应该处理这个问题。
我们确实有以下css:
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
}
我尝试添加 bgiframe 并调用:
$("#ui-datepicker-div").bgIframe();
但这并不能解决问题。
有任何想法吗?
我想我们需要有使用 jquery ui datepicker 经验的人来帮助我们解决这个问题!