I have been using the css menu MenuAdapter and would like to be able to out put custom css class names for each item for example below:-
<ul id="topnav" class="imgnav clearfix">
<li class="link1"><a href="AboutIndus.asp" title="About Indus"><em></em>About Indus</a></li>
<li class="link2"><a href="IndusTalent.asp" title="Indus Talent"><em></em>Indus Talent</a></li>
<li class="link3"><a href="CurrentProductions.asp" title="Current Productions"><em></em>Current Productions</a></li>
<li class="link4"><a href="CurrentProductions.asp" title="Indus Highlights 2006"><em></em>Indus Highlights 2006</a></li>
<li class="link5"><a href="CurrentProductions.asp" title="Contact Details"><em></em>Contact Details</a></li>
</ul>
Is there a way this can be done does anyone have any suggestions?
I have edited MenuAdapter.cs to add the <em> tag. Is there a class any where I can change to make this possible or am I better off just changing MenuAdapter.cs so each class name is incremented at the end?
Regards Geraint and Thanks