8 Replies Latest reply on Sep 2, 2009 6:50 AM by ilya_shaikovsky

    richfaces css

      Hi,

      <style type="text/css">
      .cssbgs {
       width: 335px;
       height: 60px;
       border-width: 3px;
       background-image: url('img/search/search_bg.png');
      }
      </style>
      
      
      <rich:tabPanel headerAlignment="right" switchType="client" tabClass="cssbgs">
      



      Why tabClass="cssbgs" dont apply the css to the tabpanel

      thanks in advance