Forum Moderators: not2easy
<li> <a href="whatever" class="sublevel" id="active_menu">What We Believe</a></li>
I've got all the CSS cascading down from the nav id, to a ul, to a li, to another li but can't get the syntax to assign another ID.
I tried ignoring the context and creating #active_menu {font-weight: bold;} but it doen't work either. Any suggestions?