Skip to content

Instantly share code, notes, and snippets.

@Firestorm-Graphics
Created June 5, 2012 16:34
Show Gist options
  • Save Firestorm-Graphics/2876106 to your computer and use it in GitHub Desktop.
Save Firestorm-Graphics/2876106 to your computer and use it in GitHub Desktop.
example nice tabs foundation
<dl class="tabs contained">
<dd><a href="#simpleContained1" class=""> title 1 </a></dd>
<dd><a href="#simpleContained2" class="active"> A long title 2 </a></dd>
<dd><a href="#simpleContained3" class=""> title 3 </a></dd>
<dd><a href="#simpleContained4" class=""> title 4 </a></dd>
</dl>
<ul class="tabs-content contained">
<li class="" id="simpleContained1Tab"> tabcontent 1 </li>
<li class="active" id="simpleContained2Tab"> tabcontent 2 &#8211; This is an example of a content contained tab set </li>
<li class="" id="simpleContained3Tab"> tabcontent 3 </li>
<li class="" id="simpleContained4Tab"> tab content 4 </li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment