| |
| USAGE |
| [%TABS%] |
| |
| BEHAVIOUR |
| Returns custom field data (if it exists for a product) as tabbed DIVs, with embedded JS that appends a 'hide' class to any tabs that are not currently active. |
| |
| CONTEXT |
|
|
| |
| SCREENSHOT |
 |
| |
| NOTES |
|
| |
| SEE ALSO: |
| Product Custom Fields |
/* CHUNK: TABS */
#tabmenu {}
.ui-tabs-nav { list-style-type: none; padding: 0; }
.ui-tabs-nav li { background: #f1f1f1; border-color: #c4c1bc; border-style: solid solid none; border-width: 1px 1px 0; display: block; float: left; margin: 0 1px 0 0; padding: 5px; }
.ui-tabs-nav li a {}
.ui-tabs-nav li a span {}
.ui-tabs-selected { background: #e1e1e1 !important; }
.ui-tabs-selected a {}
.ui-tabs-selected a span {}
#tab_wrapper { border: 1px solid #C4C1BC; clear: both; padding: 10px; }
#tab_wrapper .tab {}
.ui-tabs-panel {}
.ui-tabs-panel .tab {}
.ui-tabs-hide { display: none; }
.ui-tabs-hide .tab {}
.tb_lbl { font-weight: bold; }
.tb_data {}