Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Created August 27, 2011 17:05
Show Gist options
  • Save yuya-matsushima/1175614 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/1175614 to your computer and use it in GitHub Desktop.
seezooのオートナビゲーションリンク出力HTML
<div class="sz_auto_navigation">
<ul class="h_nav">
<li>
<a href="http://e2esound.net/home" class="home current">HOME</a>
</li>
<li>
<a href="http://e2esound.net/blog" class="blog">blog</a>
</li>
<li>
<a href="http://e2esound.net/links" class="links">Links</a>
</li>
<li>
<a href="http://e2esound.net/contact" class="contact">お問合わせ</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment