Color on marked menus ?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Cogo
Forum Members
Forum Members
Posts: 20
Joined: Sat Dec 04, 2010 9:29 pm

Color on marked menus ?

Post by Cogo »

Hello.
I would like the menus should be marked with a specific color when you are on a menu that you have chosen. How do you do this?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Color on marked menus ?

Post by Dr.CSS »

The default menu templates set menuactive or something like that, look in the page source for that type of class on an active link, link to page helps with this kind of thing...
Cogo
Forum Members
Forum Members
Posts: 20
Joined: Sat Dec 04, 2010 9:29 pm

Re: Color on marked menus ?

Post by Cogo »

Please can someone give a example. I can´t do own code to get it works
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm
Location: the Netherlands

Re: Color on marked menus ?

Post by M@rtijn »

The Doctor has already given the best answer there is, so I'm just going to repeat:
Dr.CSS wrote:The default menu templates set menuactive or something like that, look in the page source for that type of class on an active link, link to page helps with this kind of thing...
Make your community a better place!
Cogo
Forum Members
Forum Members
Posts: 20
Joined: Sat Dec 04, 2010 9:29 pm

Re: Color on marked menus ?

Post by Cogo »

now i have try to get color on the choosen menu, but its dosent work :-[
Last edited by Cogo on Wed Apr 13, 2011 10:32 am, edited 2 times in total.
Marijus

Re: Color on marked menus ?

Post by Marijus »

add into css:

Code: Select all

#primary-nav .menuactive .menuactive
{background-color:silver;}
#primary-nav .menuactive .menuactive span
{color:red;}
Cogo
Forum Members
Forum Members
Posts: 20
Joined: Sat Dec 04, 2010 9:29 pm

Re: Color on marked menus ?

Post by Cogo »

Thanks Marijus its works! ;D
Post Reply

Return to “Layout and Design (CSS & HTML)”