在项目中的CSS中添加下面的样式,就可以解决CalendarExtender被DropList遮挡的问题。
.ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}
.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}

测试环境:WinXP SP2 IE6.0SP2

另外CalendarExtender本地化需要在ScriptManager 中添加
EnableScriptGlobalization="true" EnableScriptLocalization="true"

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2021-05-21
  • 2021-06-18
  • 2021-07-18
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2021-04-13
  • 2021-08-09
  • 2021-07-28
  • 2022-12-23
  • 2021-06-03
相关资源
相似解决方案