在iframe中隐藏了datepicker或popup元素

时间:2015-04-02 05:30:07

标签: javascript css iframe popup

如果在iframe中打开弹出窗口或日历或位置绝对的动态元素时如何调整iframe的大小?

当datepicker位于bottom页面的iframe时,它会隐藏日历元素。

enter image description here

当在iframe中打开弹出窗口(colorbox)时,也会发生这种情况,然后单击“重置”按钮,将打开Enter "Email Address textbox"。打开文本框后,它会隐藏Email Address textbox下面的内容。 enter image description here

1 个答案:

答案 0 :(得分:0)

将最大高度尺寸设为Iframe,或者设置滚动选项。

正如我在那里看到你正在使用asp.MVC(mvc日期时间选择器),如果我正确删除你的I帧功能并加载你的View,Partial视图,如下所示:

Render a partial view inside a Jquery modal popup on top of a parent view