Search found 4 matches

by Dietmar
Tue Jun 25, 2002 7:13 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Scrolling(Always Available) Borders and more
Replies: 2
Views: 2699

I also had the problem of no borders.
After some testing i found a solution:
Although the menues are automatically adjusted you have to define a width to get the borders displayed
Maybe this will help you too
by Dietmar
Tue Jun 25, 2002 7:05 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to make menu items transparent
Replies: 3
Views: 3091

effects

Shure you can
Just add them divided by semicolons i.e.
effect = "Fade(duration=0.2);Shadow(color='#999999', Direction=135, Strength=5)"
For the syntax and examples of effects watch "Forms"-"Transitions&Effects" on http://www.milonic.co.uk
by Dietmar
Mon Jun 24, 2002 5:22 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to make menu items transparent
Replies: 3
Views: 3091

Transparent menue items

Its an effect i.e:
//effect2 = "Alpha( style=0,opacity=65)"

The effects only work with IE5.5 and higher
by Dietmar
Mon Jun 24, 2002 5:08 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How do you get submenu links to open a new window?
Replies: 1
Views: 2294

submenu opening a new window

I use this data:
addmenu(menu=["Name",
,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Text","http://www.adress.adress target=new",,"text",1
])
and it works!