Skip to content

Instantly share code, notes, and snippets.

@dickyblue
Created April 12, 2012 17:22
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 dickyblue/2369314 to your computer and use it in GitHub Desktop.
Save dickyblue/2369314 to your computer and use it in GitHub Desktop.
tabulous subtabs
<div id="tabs"><ul class="nav navbar-inner"><li class="active enabled"><a href="/" class="tab">Home</a></li><li class="dropdown inactive enabled"><a class="dropdown-toggle tab" data-toggle="dropdown" href="#">The Story<b class="caret"></b></a><ul class="dropdown-menu"><li class="enabled"><a href="/pages/how_we_met">How We Met</a></li><li class="enabled"><a href="/pages/then_and_now">Then and Now</a></li><li class="enabled"><a href="/pages/she_said_yes">She Said Yes</a></li></ul></li><li class="inactive enabled"><a href="#" class="tab">Wedding Weekend Schedule</a></li><li class="inactive enabled"><a href="#" class="tab">Travel and Lodging</a></li><li class="inactive enabled"><a href="#" class="tab">Bridal Party</a></li><li class="inactive enabled"><a href="#" class="tab">Things To Do</a></li><li class="inactive enabled"><a href="#" class="tab">Future Plans</a></li><li class="inactive enabled"><a href="#" class="tab">Gift Registries</a></li></ul></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment