The tabbed panel is an "extra" control. Here are some examples from the API
page:

http://incubator.apache.org/click/


 table.tp_tab {
   border-collapse: collapse;
 }
 tr.tp_tab {
 }
 td.tp_tab_on {
   background: #336699;
   color: #ffffff;
   border-left: 1px solid #336699;
   border-top: 1px solid #336699;
   border-right: 1px solid #336699;
   padding: 5px;
 }
 td.tp_tab_off {
   background: #cccccc;
   color: #000000;
   border-left: 1px solid #336699;
   border-top: 1px solid #336699;
   border-right: 1px solid #336699;
   padding: 5px;
 }
 table.tp_content {
   border: 1px solid #336699;
 }
 tr.tp_content {
 }
 td.tp_content {
   background: #efefef;
 } 



Jay Wang wrote:
> 
> I am using tabbed panel and it works great!.
> But I need to change the look and feel of the tabbed panel so it fits in
> my web pages (for example the color of tab titles). Help is appreciated!
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-customize-the-look-and-feel-of-tabbed-panel-tp2265954p2266994.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to