Ajax日历和下拉列表显示问题 [英] Ajax calendar and dropdownlist display issue

查看:66
本文介绍了Ajax日历和下拉列表显示问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在其下方放置了一个ajax日历扩展器和下拉菜单,IE出现问题,每当日历控件弹出时,IE就会在下拉菜单中淹没.我尝试了z-index但没有用

I have a ajax calender extender and dropdown placed just below it, problem is in IE whenever calendar control pops up it pops up beneath drop drown. I tried z-index but doesnot works

推荐答案

预先致歉,但我怀疑日历的z-index高于DropDownList的z-index,仅因为那是我所要做的全部为自己解决完全相同的问题.

Humble apologies in advance, but I'm skeptical that the z-index of the calendar is higher than that of the DropDownList, only because that's all I had to do to fix the exact same problem for myself.

在我的CSS文件中,添加了以下行:

In my CSS file, I added the following line:

.ajax__calendar_container { z-index:1000; }

要证明任何其他怀疑论者是错误的,您能告诉我们您的日历容器和DropDownList的z-index是多少吗?

To prove any other skeptics wrong, can you tell us what is the z-index of both your calendar container and your DropDownList?

此外,您是否已安装

Also, have you installed the IE Developer Toolbar? (It's similar to Firebug in some respects.) That will help you find ALL the CSS properties of your DropDownList and other controls, even if left unchanged at their default values. And if it really isn't the z-index, the toolbar could lead you better down the road to highlighting the real problem.

这篇关于Ajax日历和下拉列表显示问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆