i'm trying to do an horizontal menu, using JSF, Trinidad and facelets, the menu is created so:
<f:facet name="navigation2">
<tr:navigationTree inlineStyle="display: inline-block; background: white;"
var="item" value="#{menuModel.model}">
<f:facet name="nodeStamp">
<tr:commandNavigationItem text="#{messages[item.label]}"
action="#{item.getAction}" immediate="true"/>
</f:facet>
</tr:navigationTree>
</f:facet>
the elements are taken from a menagedBean that i can't modify
I tried to play with css but nothing worked