Easy (likely) CSS Navigation Question
Easy (likely) CSS Navigation Question
Out of context: Reply #13
- Started
- Last post
- 16 Responses
- welded0
This could really become a headache to code and maintain by hand. If you are using a CMS or some other dynamic means to generate the menus then the best way would be to programatically add an 'active' class to each section's current list item.
<li><a link></li>
<li class="active"><a link></li>
etc...Haha, sorry, I'm probably just making things more confusing for you... ;)