Ajax Calender Extender不应出现在下拉列表后面 [英] Ajax Calender Extender Should not appears behind dropdownlist

查看:83
本文介绍了Ajax Calender Extender不应出现在下拉列表后面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我在文本框中使用dropdownlist和datepicker,如果我选择datepicker,它会出现在dropdownlist的后面,但它应该显示在dropdownlist的顶部.这仅是IE6中的问题.


救救我,很紧急.


在此先感谢

Hi all,

Am using dropdownlist and datepicker in textbox ,if i select the datepicker ,it appears behind the dropdownlist,but it should display top of dropdownlist .This is the issue only in IE6.


Help me ,Its urgent.


Thanks in advance

推荐答案

检查日期选择器的z-index.
另外,请张贴您要申请下拉菜单,日期选择器和文本框的CSS
check the z-index of your datepicker.
Also please post the css you are applying for dropdown,datepicker & textbox


将样式添加到下拉列表中并添加datetimepicker.将datimepicker的z-index设置为高,将dropdownlist的z-index设置为低.

例如:
Add Style to dropdownlist ansn datetimepicker. set z-index high for datimepicker and low for dropdownlist.

EX:
<asp:DropDownList ID="ddlPerson" runat="server" style="zindex:5">
<DateTimePicker ID="dtpDate"  runat="server" style="zindex:10">


这篇关于Ajax Calender Extender不应出现在下拉列表后面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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