5 Replies Latest reply on Jan 23, 2009 9:01 AM by ilya_shaikovsky

    remove alöl borders from panelBar

    schlumsch

      Hi everyone,

      i`d like to remove all borders surrounding my panelBar. Im using following styles, but
      the border on top of my pB and the two small borders on the left and right of my tabs wont disapperar. Can someone tell me hoiw to do? Thx, lg schlumsch

       <style>
      
       .rich-tabhdr-cell-active {
       border-width: 0px 0px 0px 0px;
       }
       .rich-tabhdr-side-cell {
       border-width: 0px 0px 0px 0px;
       }
       .rich-tabpanel {
       border-width: 0px 0px 0px 0px;
       }
       .rich-tabpanel-content {
       border-width: 0px 0px 0px 0px;
       }
       </style>