现在我有以下内容,但它没有将图像向右移动。我希望在最右边的图像中有标题和一个小图像。唯一不适合我的部分是正确的对齐。有什么建议?
<f:facet name="header">
<h:panelGroup id="headerwrapper" >
<h:outputText id="header"
styleClass="outputText"
value="TableTitle"
style="font-weight:bold;"/>
<h:graphicImage id="img1"
value=img.gif"
height="13"
width="13"
style="horizontal-align:right;"/>
</h:panelGroup>
</f:facet>
答案 0 :(得分:0)
您可以使用css float:right;
。
<h:graphicImage id="img1"
library="images/icons"
name="ic_new.png"
style="float:right;"/>