valign not working for row in jsf panelgrid?
Instead of valign we should give:
vertical-align : top
In panelgrid add rowclasses="rowStyle"
<h:panelGrid columns="3" styleClass="rowStyle">
</h:panelGrid>
In CSS add
.rowStyle{
vertical-align:top
}
Instead of valign we should give:
vertical-align : top
In panelgrid add rowclasses="rowStyle"
<h:panelGrid columns="3" styleClass="rowStyle">
</h:panelGrid>
In CSS add
.rowStyle{
vertical-align:top
}
No comments:
Post a Comment