Primefaces 3,5中没有粘性。我需要为菜单栏创建自定义粘性。谢谢。
答案 0 :(得分:0)
<style type="text/css">
.fixedElement {
background-color: #c0c0c0;
position: fixed;
width: 97%;
z-index: 100;
height: 30px !important;
padding-bottom: 1px !important;
font-size: 20px !important;
}
</style>
* * * * * * *
<p:toolbar styleClass="fixedElement" >
<p:toolbarGroup align="left" >
<p:menubar model="#{xxxxxx.menuModel}" style="padding-bottom:2px !important ;padding-top:2px !important; height:20px; font-size:15px;"/>
<br/>
</p:toolbarGroup>
</p:toolbar>