Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Last active August 29, 2015 13:55
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 tyoshikawa1106/8748703 to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/8748703 to your computer and use it in GitHub Desktop.
Tabのサンプル
<div class="tabbed-list-view-nav">
<a href="#" class="span-25 on">Tab1</a>
<a href="#" class="span-25">Tab2</a>
<a href="#" class="span-25">Tab3</a>
<a href="#" class="span-25">Tab4</a>
<div id="tabbed-list-view-nav-arrow" class="tabbed-list-view-nav-arrow">&nbsp;</div>
</div>
<ul class="tabbed-list-view">
<li>
<apex:outputText value="x1" />
</li>
<li>
<apex:outputText value="x2" />
</li>
<li>
<apex:outputText value="x3" />
</li>
<li>
<apex:outputText value="x4" />
</li>
</ul><!--.tabbed-list-view-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment