2014-10-20 105 views
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文件需要一些更改?

回答

0

overflow: scroll需要在內部文件上,最好在<html>上,但也可以在<body>上。對於width: 900px;也是如此。

p.s. scrolling不再支持HTML5。