I'm having a strange problem with the Ellnav module. I'm using it with the horiz only 1 col layout
which gives me
Code: Select all
<div id="menu_horiz">
<div id="wrapper">
<ul class="menu_horiz">
<li class="current"><a class="current" href="(address)">Home</a></li>
<li><a href="http://(address)">item no 2</a></li>
<li><a href="http://(address)">item no 3</a></li>
<li><a href="http://(address)">last item in list</a></li>
</ul>
</div>
</div>
Code: Select all
<div id="menu_horiz">
<div id="wrapper">
<ul class="menu_horiz">
<li class="active"><a class="active" href="(address)">Home</a></li> <li><a href="http://(address)">item no 2</a></li>
<li><a href="http://(address)">item no 3</a></li>
<li class="current"><a class="current" href="(address)>last item in list</a></li>
</ul>
</div>
</div>
I've tried everything, reinstalled Ellnav etc, tried changeing the colour of a. active in the nav-horizontal stylesheet, nothing works.
What could have gone wrong?
Any help would be very much appreciated.
(I'm now on 0.12.1 "Savusavu" but the problem occured under 0.11 allready)