2016-04-01 19 views

cevap

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> 

* tüm html, css ve javascript * * * * * *

<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>