【发布时间】:2012-02-13 09:46:47
【问题描述】:
这个问题之前发布在 Primefaces 论坛上,我没有收到任何答案。
我正在尝试 Primefaces 3.1,因为我需要覆盖面板功能。 不幸的是,在我的 Internet Explorer 8 (ie8) 中,从未显示以下非常简单的覆盖面板,而它在 Firefox 5.x 上运行良好。 html 代码中似乎与 Ie8 问题直接相关的一些点如下: - 页面不需要垂直滚动条(如果页面有一个,则显示覆盖面板) - 覆盖面板的高度是固定的。
<h:body>
<div style="height: 300px"></div>
<h:form>
<p:commandLink id="showAllUserList" value="Utenti online" />
<p:overlayPanel for="showAllUserList" my="right bottom" at="right top" dynamic="true"
style="width: 300px; height: 500px; border: 1px solid red; overflow-y: scroll" >
He who rules the skies rules the ground
<br/>
Monti kicks ass
</p:overlayPanel>
</h:form>
</h:body>
如果我不能很快找到解决方法,我将不得不自己实现一些东西。
谢谢 菲利波
【问题讨论】:
标签: primefaces overlay