当应用可滚动时,日历作为iframe跳转到其他区域

时间:2017-05-22 07:15:53

标签: javascript html css jsp calendar

在应用可滚动容器之前,日历工作正常。

Works calendar

在我将可滚动容器应用为代码后:

<style>
 #container { 
   overflow:auto;
   position:relative; 
   height:100%; 
   } 
 </style> 

并且日历将跳转到其他区域。 Calendar的位置设置为'Absolute',我尝试设置为'Fixed'但仅适用于chrome和IE 11.我们的兼容性是IE 5。

Not work

我试过很多方法也不行。寻求帮助!

0 个答案:

没有答案