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:46

Changing Font Colors


Poster: pakaymc
Dated: Thursday December 21 2006 - 15:11:04 GMT

As I develope a menu I would like to declare two different font colors, Black and Red. I would like to use Black for all completed menu items and Red for items that are under development. Normally I would not include the menu items that are under development but in this case it is a requirement so using the Red font color will allow the user to know the item is under development.

Is this possible?
michael


Poster: pakaymc
Dated: Thursday December 21 2006 - 16:12:23 GMT

I found the answer. If I add offcolor=#ff3030; to my aI tag, I can select a different font color for each item.

__________ CODE SAMPLE __________
aI("text=Sample Menu Item;separatorsize=1;url=;offcolor=#ff3030;")

m


Poster: Ruth
Dated: Thursday December 21 2006 - 17:53:00 GMT

Hi,

Try these links

http://www.milonic.com/styleproperties.php

http://www.milonic.com/menuproperties.php

http://www.milonic.com/itemproperties.php

Each of these refers to properties that go in their particular 'area'

Style goes in the section at the top where the menuStyle is defined.

Menu goes in the actual menu part, the section with the menu name, alwaysvisible, etc.

Item goes into the items. You will see that probably almost all of the Style properties can also be assigned in an Item area.

Neat, isn't it. Really makes the menu very designable :)

You might also take a look at the link to the forum below my name. Take a look at the Styling the menu part. It's kind of basic but it has a section on copyOF when you're trying to create multiple styles for different submenus. Good shortcut.

Ruth