different background for whole menu by section

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
admsh
Forum Members
Forum Members
Posts: 93
Joined: Tue Aug 19, 2008 6:30 pm
Location: NY

different background for whole menu by section

Post by admsh »

i'm trying to create a navigation with a different background for each section of the website. for this i need some kind of unique ID for the main UL element in the menu, by section (so it won't change on every page, just when a new section is selected).

for example, about us will have the ID "2" and contact us "3". all pages under about us will still generate the ID "2" for the main UL.

i hope this makes sense... is there a simple way of doing this?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: different background for whole menu by section

Post by Dr.CSS »

So you want to change the background of the div menu is in depending on what page/section you are in?...

You can search forum for parent root or look in wiki under http://wiki.cmsmadesimple.org/index.php ... _tags_here for the logic you will need, I've done this for many sites in many diff. divs...
Post Reply

Return to “Developers Discussion”