zapzarap Reply #1, 3 months, 2 weeks ago
hey there,
i have a navigation in this form:
page
+ site 1
+ + site 4
+ + site 5
+ + site 6
+ site 2
+ + site 7
+ + site 8
+ + site 9
+ site 3
+ + site 10
+ + site 11
+ + site 12
for example. when i'm on site 5. i became the subnavigation from site 1. thats ok so.
the link is in this form:
but i need in the a-tag a class, with numbers from 0 to ...
so the subnavigation should became a numbering..
hmh, u know what i mean?
i need a link in this form:
i have a navigation in this form:
page
+ site 1
+ + site 4
+ + site 5
+ + site 6
+ site 2
+ + site 7
+ + site 8
+ + site 9
+ site 3
+ + site 10
+ + site 11
+ + site 12
for example. when i'm on site 5. i became the subnavigation from site 1. thats ok so.
the link is in this form:
<li><a href="" title="">site x</a></li>
but i need in the a-tag a class, with numbers from 0 to ...
so the subnavigation should became a numbering..
hmh, u know what i mean?
i need a link in this form:
<li><a href="" title="site 4" class="slide1">site 4</a></li> <li><a href="" title="site 5" class="slide2">site 5</a></li> <li><a href="" title="site 6" class="slide3">site 6</a></li>