Search found 1 match

by cashmash
Fri 21. Nov 2014, 13:37
Forum: phpwcms Support English
Topic: Tab Groups
Replies: 2
Views: 41454

Tab Groups

Hi,

I am grouping teaser in tabs.

Is it possible to wrap the tab-content-items into one div with a specific class?


<div class="tab-container">
<ul class="tab-navigation">
<li><a>...</a></li>
...
</ul>

<div class="tab-content-item-1">...</div>
<div class="tab-content-item-2">...</div ...