Skip to content

Instantly share code, notes, and snippets.

@woeldiche
Last active December 30, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woeldiche/7873407 to your computer and use it in GitHub Desktop.
Save woeldiche/7873407 to your computer and use it in GitHub Desktop.
<div class="bl-tabbox">
<ul aria-hidden="true" class="tabs">
<li><a href="#tab1">Tab 1</a></li>
<li><a href="#tab2">Tab 2</a></li>
<li><a href="#tab3">Tab 3</a></li>
<li><a href="#tab4">Tab 4</a></li>
<li><a href="#tab5">Tab 5</a></li>
</ul>
<ul class="sec-tabcontent">
<li id="tab1">
...content goes here.
</li>
<li id="tab2">
...content goes here.
</li>
<li id="tab3">
...content goes here.
</li>
<li id="tab4">
...content goes here.
</li>
<li id="tab5">
...content goes here.
</li>
</ul>
</div>
<div class="bl-tabbox">
<ul class="sec-tabcontent">
<li id="tab1">
<h2 class="title-tab">Tab 1</h2>
<div class="sec-tab">
...content goes here.
</div>
</li>
<li id="tab2">
<h2 class="title-tab">Tab 2</h2>
<div class="sec-tab">
...content goes here.
</div>
</li>
<li id="tab3">
<h2 class="title-tab">Tab 3</h2>
<div class="sec-tab">
...content goes here.
</div>
</li>
<li id="tab4">
<h2 class="title-tab">Tab 4</h2>
<div class="sec-tab">
...content goes here.
</div>
</li>
<li id="tab5">
<h2 class="title-tab">Tab 5</h2>
<div class="sec-tab">
...content goes here.
</div>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment