0 Replies Latest reply on Apr 25, 2013 8:30 AM by parkavip

    change color for visited tabs using Richfaces3.3.0,css in jsf1.2

    parkavip

      How to change color for visited tabs using Richfaces,css in jsf1.2

       

      CSS Part:

       

      <style type="text/css">

          .activetabbgcolor{

              color: #669966;

              text-decoration: none;

              font-size: 14px;

              background: pink;

          }

       

      </style>

       

       

      <rich:tabPanel id="tabPanel" immediate="true" activeTabClass="activetabbgcolor">

                      <rich:tab id="tabPersonal" label="Personal" switchType="ajax" styleClass="tabbgcolor"

                          reRender="tabPanel">

                          <a4j:include viewId="/pages/personal.jsp"/>

                      </rich:tab>

      ...

      ...

      ...

      </rich:tabPanel>

       

      Till here i have setted color for selected tabs and i need help to set color for all visited tabs!!!

       

      Message was edited by: Parkavi P