Skip to content

Instantly share code, notes, and snippets.

View alexmacdonell's full-sized avatar

Alex MacDonell alexmacdonell

View GitHub Profile
@alexmacdonell
alexmacdonell / tabs
Created June 21, 2012 13:01
How to use tabs in Shopify Minimal Theme
<!-- Standard <ul> with class of "tabs" -->
<ul class="tabs"><!-- Give href an ID value of corresponding "tabs-content" <li>'s -->
<li><a class="active" href="#tab1">Info</a></li>
<li><a href="#tab2">Specifications</a></li>
<li><a href="#tab3">Video</a></li>
</ul>
<!-- Standard <ul> with class of "tabs-content" -->
<ul class="tabs-content"><!-- Give ID that matches HREF of above anchors -->
<li class="active" id="tab1">