Posted by RoyalKnight on August 1, 2006 at 11:16am
I have a problem with building my navigations. With "menu" it is only possible to have a primary and a secondary navigation - but I need more - so I tried it with "blocks". But I do not know how I can build blocks with different styles, because I need navigations like this example:
<ul>
<li class="first">item1</li>
<li>item2</li>
<li class="active">item2</li>
<li>item4</li>
</ul>So do you have any ideas?