-
- daFunk

-
Total Posts: 8
Joined: 2008-04-08
|
Hi,
i want to add to each list item of the navigation a additional class (+1).
For example:
<li class="level2"></li> extend to
<li class="level2 item1"></li> <li class="level2 item2"></li> <li class="level2 item3"></li>
and so on…
anyone an idea how to handle that?
Thanks for help
|