WebsiteBaker Support (2.8.x) > Templates, Menus & Design

show_menu2 css problem

(1/1)

snaakert:
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: ---<td class='menu-expand menu-current menu-last'>etc...
--- End code ---

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...

BerndJM:
Hi,


--- Quote ---Do I need to cut it into pieces?
--- End quote ---
Yes you need there three class definitions in your css file:

--- Code: ---.menu-expand {
}
.menu-current {
}
.menu-last {
}

--- End code ---

Regards Bernd

erikp01:
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?

erikp01:
Ok I have it, I found the sollution in the template Architekt.
http://addons.WebsiteBaker.org/pages/templates.php?template=architekt

Navigation

[0] Message Index

Go to full version