Sub pages mixes navigation?
Posted: Mon Oct 18, 2010 9:12 am
I have some strage behaviour in my latest site (1.8.2 toliara), It started when I added a subpage. Subpage showed ok in the menu but when clicked any link after subpage (not before) all those links showed in active state in menu. This behaviour didint stop even if I deleted that subpage, pages after that were all in active state when clicked any one of them. I had to delete all those pages and recreate them.
Also I notised that one page that I hide from menu, when I am in that page the next page after that is highlighted in menu. This also needed deleting and recreating those pages.
I have tried replacing css with other navigation css that is fully working in other sites, but those dont work in this site. I can only think that something is wrong in the menu li sturcture, or could it be that some of my own ol ul or li styles can cause this? I use menu like this:
Also I notised that one page that I hide from menu, when I am in that page the next page after that is highlighted in menu. This also needed deleting and recreating those pages.
I have tried replacing css with other navigation css that is fully working in other sites, but those dont work in this site. I can only think that something is wrong in the menu li sturcture, or could it be that some of my own ol ul or li styles can cause this? I use menu like this:
Code: Select all
<div id="menu">
{menu template='cssmenu.tpl'}
</div><!-- end menu -->