0
iFrame在JSF中,框架內的內容沒有完全顯示,即使當我擴展框架的寬度(大於950px)頁面內容開始出現但超出 容器寬度,我希望它有滾動條代替iFrame內容不水平滾動
<ui:composition template="/layout/layout.xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:rich="http://richfaces.org/rich"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j">
<ui:define name="body">
<iframe src="www.mysource.com" width="950px"></iframe>
</ui:define>
</ui:composition>
上午使用模板,它使用一個CSS文件,可以在CSS文件需要一些更改?