标签: jsf bootsfaces
我正在尝试在BootsFaces的面板中设置背景图像。
下面是我用来设置背景图像的代码
<b:panel style="margin-top:5%;width:auto;height:200px;background-image:url('../resources/images/footer.jpg');"> <h:outputText value="Panel Content"/> </b:panel>