Skip to content

Instantly share code, notes, and snippets.

@lonekorean
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 lonekorean/8757100 to your computer and use it in GitHub Desktop.
Save lonekorean/8757100 to your computer and use it in GitHub Desktop.
Suckerfish dropdown HTML
<ul id="nav">
<li><a href="#">Home</a></li>
<li>
<a href="#">Shows</a>
<ul>
<li><a href="#">30 Rock</a></li>
<li><a href="#">Doctor Who</a></li>
<li><a href="#">The IT Crowd</a></li>
<li><a href="#">The Office</a></li>
<li><a href="#">Star Trek</a></li>
</ul>
</li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment