[WSG] Persistent page indicator (page id) when you have two lists of navigation

2004-11-09 Thread Helen . Rysavy
Hi I am trying to set up a page indicator in the sidebar navigation of this template using descendant selectors to indicate the current page but it doesn't seem to work if I use the following syntax. I have given each page a body id and each list item in DIV sidebar an id as well but it breaks

Re: [WSG] Persistent page indicator (page id) when you have two lists of navigation

2004-11-09 Thread Andreas Boehmer
The id is a unique identifier. You cannot have more than one elements with the same id on a page. So in your example, you have got two different elements with the id=studenthome. Instead, you should use class=studenthome. See if that helps. Hi I am trying to set up a page indicator in the

Re: [WSG] Persistent page indicator (page id) when you have two lists of navigation

2004-11-09 Thread Nick Gleitzman
On 10 Nov 2004, at 3:31 PM, [EMAIL PROTECTED] wrote: I have given each page a body id and each list item in DIV sidebar an id as well but it breaks when I use the following: I will be creating different templates for the two areas Staff and Students so am not concerned about that list.