WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: bgg on October 31, 2008, 07:51:00 PM

Title: CSS help please
Post by: bgg on October 31, 2008, 07:51:00 PM
 I want to have 4 menu buttons in 4 different bgcolor ..(example: http://michau.superhit.in/menu/index.html ) with their respective siblings in the same color: e.g. 1st menu item in RED and with its siblings in red, 2nd one in GREEN and siblings in green, 3rd one in black and black siblings and 4th one in yellow and yellow siblings.
the parent level menu will be of fixed width.
 2nd levels may differ.. allowing line breaks/auto wrapping etc.

Thank you
Title: Re: CSS help please
Post by: vyni on November 01, 2008, 11:33:54 AM
Hi,

check the two links in this post (https://forum.WebsiteBaker.org/index.php/topic,11549.msg69638.html#msg69638).

There You will find a template which plays with colors - as far as I understand it makes exactly what You want. Just get it and learn how it is done.

regards from Himberg, almost Vienna
Title: Re: CSS help please
Post by: bgg on November 22, 2008, 06:25:18 AM
Hello!

I have achieved the multicolor drop menu. Since it is a Drupal site, hence each menu item has a unique class id> I just gave desired color to the specific class id's.

I think, in the show_menu, we can do it by coding each css class id's per menu item/group.

I will play with this later and will share.

Babul