View Full Version : Is This possible multi collor menu
mail326644
04-23-2009, 01:17 PM
I want to make a new menu (database fill) with 5 menu items and every, menu item and its submenu has its own css collor.
menu item 1 red and sub also red
menu item 2 green and sub also green
example
http://www.franzbodner.com/basic-en/home.php?pagina=index&taal=en
If it is possible how can i realize it
Thanks very much for your time
Harrie Denkers from the Netherlands
Ray Borduin
04-23-2009, 02:42 PM
You can't do this entirely within the wizard. You would run the wizard and not specifiy a background, or just specify white or black.
Then you would manually edit the resulting included list and add style="background-color:red" or whatever color you want for each li. It would have to be added inline in the html since everything on a single level shares the same class.
mail326644
04-24-2009, 12:25 AM
Hello Ray
Thanks very much for the quick reply.
You made me very happy with the news that it is possible.
I understand that it is possible and that i have to use the wizzard and make a menu with no background. Could you give me a little example of the code i have to change. The code to use i understand but i do not now the location in the HTML.
Thanks in advance.
Harrie Denkers
Netherlands
Ray Borduin
04-24-2009, 07:49 AM
I would manually add style="background-color:" tags directly into the <ul> and <li> tags that contain the links in your menu.
mail326644
05-03-2009, 07:33 AM
Hello eveybody.
Just wanted to share the result of my, so wanted, multicolor CSS menu.
I could only realize it with the great and fast help of Ray.
http://www.computer-art.nl/testmenu/testmenu-multicolor.html
I hope it will safe you some time if you want also a multicolor menu and not know how to do it just like me. My next target is the same menu with menitems from a database. If its ready i will share it.
Greatings
Harrie Denkers
from Holland
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.