我有一个类似下面的代码,我可以在IE9中打开一个灯箱并查看其中的内容,但在IE8及以下的灯箱打开但我不会在其中看到日期。
以下是我正在尝试的代码
<p:lightBox iframe="true" width="650px" height="300px" margin="0 auto" onHide="remote()">
<h:outputLink value="datToBeDisplayed.xhtml" title="DESCRIPTION">
<h:graphicImage url="../images/someImage.png" style="border:0"/>
</h:outputLink>
</p:lightBox>
答案 0 :(得分:0)
您正在使用xhtml进行日期输出。 Internet Explorer 8不支持xhtml。支持仅适用于IE9及更高版本