Skip to content

Instantly share code, notes, and snippets.

@jessebc
Created August 12, 2012 15:12
Show Gist options
  • Save jessebc/3332226 to your computer and use it in GitHub Desktop.
Save jessebc/3332226 to your computer and use it in GitHub Desktop.
Dynamic CSS Navigation with EE
<html>
<head>
<style type="text/css">
#Nav #NavList{segment_3} {
background-color: #eee;
color: #3F7E86;
}
</style>
</head>
<body>
<ul id="Nav">
{exp:weblog:categories weblog="play" style="linear"}
<li>
<a href="/" id="NavListC{category_id}">{category_name}</a>
</li>
{/exp:weblog:categories}
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment