1
Hello,
I am having a bit of trouble trying to figure out a particular problem.
I have created a new theme for a clients site and I have navigation tabs just under the header of the theme, I am not using xoops Main Menu.
The navigation tabs will consist of Home, parties, previous parties, about us and gallery.
The site is not very large, about 5 pages so for info that wont be updated much (about us, parties, previous parties) I want to use just one content module and create these pages within the content module.
However I want to have the different menu links highlighted whenever some one is on one of those pages, I can do this if one menu item related to just one module using
#nav-about #content
{
css rules here
}
where #nav-about is the id of the li item of my menu and #content is the body id generated by the module but I cant figure out how to have just one menu item selected for one page of the same module with the same module id, i.e if someone goes to the about us page at modules/content/index.php?id=page1 the about us menu item will be highlighted but so will parties and previous parties because the are on the same module.
Does any one know of a way to make what I am trying to do work?
Thanks