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

How to add menu item titles in menu_data.js?


Poster: misty
Dated: Friday October 19 2007 - 23:45:52 BST

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

I have noticed that non of the menu items having titles at the above link. I know how to add a title to a menu item by adding <a title="Home">Home</a>. How do I add the title to Milonic menu items in menu_data.js? Thanks.

Here is the menu item in my menu_data.js, I've tried "title" in the following code, but it didn't work.
aI("showmenu=Home;text=Home;");

Re: How to add menu item titles in menu_data.js?


Poster: Ruth
Dated: Saturday October 20 2007 - 6:04:32 BST

Hi,

You'd just add title= in the aI string. Title is an item property. Below my name are links to the different areas of properties, style which means it is placed in the style section, menu, which places it in the menu like alwaysvisible, orientation... and item, which places the property in the item. They are alphabetized. Many of the style properties are also item properties, so if you set offbgcolor="#000000"; in the style, but in a particular menu you wanted one item to have a different bgcolor, then in the item you could put offbgcolor=#ff0000;

There is also a link to the beginner forum. It has 3 sections on styling and some other quick 'tutorial' areas. They are pretty short and very basic.

Ruth