Skip to content

Instantly share code, notes, and snippets.

@jessebc
Created August 12, 2012 15:17
Show Gist options
  • Save jessebc/3332254 to your computer and use it in GitHub Desktop.
Save jessebc/3332254 to your computer and use it in GitHub Desktop.
Dynamic CSS Navigation with EE
<ul id="Nav">
<li><a href="/" id="NavListC9">Category 1</a></li>
<li><a href="/" id="NavListC10">Category 2</a></li>
<li><a href="/" id="NavListC11">Category 3</a></li>
<li><a href="/" id="NavListC12">Category 4</a></li>
<li><a href="/" id="NavListC13">Category 5</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment