Page 1 of 1

Ellnav horizontal active and current link trouble

Posted: Sun Apr 02, 2006 5:53 pm
by Tony Cipriani
Hi,

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>
Lately whenever I add a page, it always show up as :

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>
Which means there are allways 2 highlighted links, how can i get rid of the that's being added on the first item in the list ?
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)

Re: Ellnav horizontal active and current link trouble

Posted: Mon Apr 03, 2006 4:32 pm
by Dr.CSS
Got Link?

  mark