CSS help please

bgg

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

vyni

Hi,

check the two links in this post.

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

bgg

 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