Ellnav horizontal active and current link trouble

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Tony Cipriani

Ellnav horizontal active and current link trouble

Post 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)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Ellnav horizontal active and current link trouble

Post by Dr.CSS »

Got Link?

  mark
Locked

Return to “Layout and Design (CSS & HTML)”