Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:48

Individual Menu Colors


Poster: nainil
Dated: Tuesday April 5 2005 - 5:48:04 BST

Hi,

I need to change menu colors for each individual item tabs. How do I do that?

I also need to change the item tab size of individual items. How do I do that?

Nainil.


Poster: Ruth
Dated: Tuesday April 5 2005 - 6:05:52 BST

Hello Nainil,
Are you saying that you have to change the color of each individual item in a menu, or of each individual submenu from a main menu?

If you need to change the color for individual menus, i.e. each submenu, then make another style for each menu with the colors and other things you want. If you have to change it for each item in every menu, that's a lot of work, but you can code each item to be whatever color you want if you want to take the time for that. Add the onbgcolor, oncolor, offbgcolor, offcolor to each aI string i.e. aI("text=yourText;url=whatever;offbgcolor=#ffffff;offcolor=#000000;onbgcolor=#ff0000;oncolor=#ff00ff;"); and so on for each item.

As to changing the size of the items, if it's a horizontal menu, then you can do that. Again, in the aI string add the width you want that item i.e. itemwidth=110; If it is a vertical menu, you can't do that since the widest item width will be the width of all the items.

Ruth


Poster: nainil
Dated: Tuesday April 5 2005 - 7:12:15 BST

Thank you very much.

Appreciated.

Nainil.