No separators on Horizontal menu. Bug?

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
theking@mysecretbase.com
Advanced
Advanced
Posts: 18
Joined: Sun May 19, 2002 7:23 pm
Location: Fresno CA USA
Contact:

No separators on Horizontal menu. Bug?

Post by theking@mysecretbase.com »

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
])
--Matt--
Post Reply