User1661005202 posted
Is their anyway to create an active menu tab with the CssFreindlyAdapters?
I know you can do it in html like this:
<div id="navbar">
<ul>
<li><a href="#">Asp.net</a></li>
<li id="activetab"><a href="#">Forums</a></li>
<li><a href="#">Are The</a></li>
<li><a href="#">Best</a></li>
</ul>
</div>#navbar #activetab
{
add styles....
}
How do I get it to work with adapters?