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: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:30

Menu Properties


Poster: leatherlips
Dated: Tuesday July 23 2002 - 21:48:32 BST

I am playing around with the menu and hope to have it posted on my schools website soon. I am running into a small problem.

Some of the mouseover colors do not stretch all the way across a submenu. They only go over the length of the words. Some of them do go all the way across. How can I make it so it is uniformly across the entire width of the submenu regardless of the length of the words on it?

I realize that may not be too clear. Here is the link to my sample page.
:arrow: http://www.westcler.org/gm/_newdesigntest/template.htm

If you have time, please look at it for me and let me know how to fix it.

Thanks.

P.S. Once my menu is established, how can I find out the exact size in pixels of its width and height?


Poster: indra
Dated: Wednesday July 24 2002 - 0:57:00 BST

Some of the width for submenus are too small and the width got extended by the item with the longest width(?)
If you set the width big enough, you will not have this problem.

Example, this submenu's width is good:

Quote:
addmenu(menu=["checkgrades",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Check Interims","http://www.westcler.org/gm/interim.htm",,"Check Interims",1
,"Edline FAQ's","http://www.westcler.org/gm/edlinefaqs.htm",,"Edline FAQs",1
])



and this one is not big enough, try to change the width to 160
Quote:
addmenu(menu=["resources",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Middle Years","http://www.westcler.org/gm/middleyears.htm",,"Middle Years",1
,"Reading Connection","http://www.westcler.org/gm/readingconnection.htm",,"Reading Connection",1
,"Student Handbook","http://www.westcler.org/gm/studenthandbook.htm",,"Student Handbook",1
])



Hope this helps, good luck.