0
아래와 같은 코드가 있습니다. IE9에서 라이트 박스를 열어 내용을 볼 수 있지만 IE8 이하에서는 라이트 박스가 열리지 만 열리지 않습니다. 그 안에있는 날짜를보십시오. 다음은 IE8 이하에서 Primefaces 라이트 박스가 작동하지 않습니다.
난 당신이 날짜 출력 XHTML을 사용하는<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>
내 머리 부분에 – tom
브라우저가 인트라넷 사이트를 호환 모드로 렌더링하도록 구성되어 있는지 확인하십시오. 기본적으로 그렇지만 꺼져 있으면 문제가 될 수 있습니다. –