Acrylian,
Thanks for you help so far. Thanks to Sbillard too. I'll be looking at that code later today but I have to deliver a bunch of work to a new show this morning. Anyway...
Moving "mmhere" to the 6th position didn't seem to effect anything.
`<?php printAlbumMenuList("list-top",'','','','',"mmhere","", false);?>`
Still gets me:
``
`[list]`
`[*]Abstract Work`
`[*]Boston ICA Series`
`[*]Places`
`[/list]`
``
This menu displays on top level albums or subalbums (what I want it to do). It does it appropriatley with the subalbum level displaying all active links:
`<div id="submenu">`
`[list]`
`[*]Abstract Work`
`[*]Boston ICA Series`
`[*]Places`
`[/list]`
The menu layer above that is generated in my html inserted into Album.php. The nav menus are desiged to be two layers always visible. The top is the overallsite. When you go into one of the galleries (Fine Art in this case but there are others like Performer candids) I want the user to see all the top level albums whether they are in a top level album or a subalbum. Makes the nav clean and easy to understand. But I am trying to use the mmhere class to turn on the background highlight as you see in the top level menu under fine art (still needs a bit of css tweaking to line up properly in all browsers but that is a detail for later).
Thanks again for the help. Getting closer all the time.
Denn