WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: snaakert on July 05, 2007, 11:25:01 PM

Title: show_menu2 css problem
Post by: snaakert on July 05, 2007, 11:25:01 PM
Hi All,
I've tried a lot to accomplish my problem, but haven't solved it yet.
Maybe I overlook something:

I have 2 menu's  in my template (1. mainmenu and (2. submenu which shows the child items of the main.

The source created for the last item, with childs in submenu 2 is like:

Code: [Select]
<td class='menu-expand menu-current menu-last'>etc...
But when I fill in this value in my css file nothing happens...
What is the right way to put this into my CSS file? Do I need to cut it into pieces?

Thanks in advance!

p.s. Maybe someone got a similair layout / menu structure. Please send me the link so I can take a look at your CSS file...
Title: Re: show_menu2 css problem
Post by: BerndJM on July 06, 2007, 01:33:32 AM
Hi,

Quote
Do I need to cut it into pieces?
Yes you need there three class definitions in your css file:
Code: [Select]
.menu-expand {
}
.menu-current {
}
.menu-last {
}

Regards Bernd
Title: Re: show_menu2 css problem
Post by: erikp01 on January 26, 2008, 09:05:18 AM
I cannot style the font color of the menu current.
Making it bold is no problem, but changing the color does not work.
Does anyone have the sollution?
Title: Re: show_menu2 css problem
Post by: erikp01 on January 26, 2008, 11:40:55 AM
Ok I have it, I found the sollution in the template Architekt.
http://addons.WebsiteBaker.org/pages/templates.php?template=architekt