Skip to content

Instantly share code, notes, and snippets.

@jiguang
Created May 29, 2012 11:48
Show Gist options
  • Save jiguang/2828018 to your computer and use it in GitHub Desktop.
Save jiguang/2828018 to your computer and use it in GitHub Desktop.
tab_html
<div class="mod_gray">
<div class="hd">
<h3>模块大标题</h3>
<ul class="list_tab">
<!--注:当前状态为current-->
<li class="current"><a href="#">TAB1大标题</a></li>
<li><a href="#">TAB2大标题</a></li>
</ul>
<span class="more"><span class=""></span><a href="#">这里有更多»</a></span>
</div>
<div class="bd">
这里添加内容
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment