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

No separators on Horizontal menu. Bug?


Poster: theking __at__ mysecretbase.com
Dated: Saturday June 29 2002 - 23:20:09 BST

I have a menu - created by my automated ColdFusion-based Milonic menu generator - that has a strange quirk. On the top level of the menu I can't see any item separators, seemingly no matter what I do.

Then, if I let a sub-menu define its own width (rather than expressly defining a pixel width for it) I get the same problem.

The code snippet below has the problem. Plug it into a working Milonic system and you'll see what I mean. The live version of this menu - which is subject to change as its a public, fully-functional demo - is at

http://foohbar.org/mmpro/demo/admin/mm_admin_home.cfm.

Choose the ''horizontal'' menu from the list.

Is this a quirk of my system, a result of a combination of parameters? A bug in the menu system? Any thoughts on this would be appreciated.

timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
style3=["ffffcc","0066cc","ffffff","dc143c","000000",12,"normal","bold","Verdana, Arial",6,"images/arrow.gif",,"","","ffffff","66ccff","images/arrowdn.gif","","","000000",]

addmenu(menu=["0",10,,100,1,"center",style3,1,"center","barn(motion=Out, orientation=Horizontal, duration=0.5);Alpha(style=0,opacity=88)",0,1,0,,,0,,,,,,
,"First Item","index.cfm",,,0
,"Second Item ","show-menu=44",,,0
,"Third Item","index.cfm",,,0
,"Fourth Item","index.cfm",,,0
,"Fifth Item","index.cfm",,,0
])
addmenu(menu=["44",,,,1,,style3,,"left","randomdissolve(duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)",,,,,,,,,,,,
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item ","show-menu=50",,,1
])
addmenu(menu=["50",,,,1,,style3,,"left","randomdissolve(duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)",,,,,,,,,,,,
,"Blank Menu Item ","show-menu=51",,,1
,"Blank Menu Item","index.cfm",,,1
])
addmenu(menu=["51",,,,1,,style3,,"left","randomdissolve(duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)",,,,,,,,,,,,
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item ","show-menu=55",,,1
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
])
addmenu(menu=["55",,,,1,,style3,,"left","randomdissolve(duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)",,,,,,,,,,,,
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
,"Blank Menu Item","index.cfm",,,1
])