<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 :(得分:0)
overflow: scroll
需要在内部文档上进行,最好是<html>
,但也可以<body>
。 width: 900px;
也是如此。
P.S。 HTML5不再支持scrolling
。