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:18
vertical and background to horizontal
Poster: eran
Dated: Thursday November 7 2002 - 16:05:59 GMT
i am trying to take the menu shown here
http://www.milonic.co.uk/menu/menusample.php?sampleid=7
and make it horizontal. Lack of sleep is making it tough for me to figure out.
Any help would be great.
thanks
Poster: trytrix
Dated: Thursday November 7 2002 - 21:15:31 GMT
Hi,
Code:
addmenu(menu=[
"dynbackmenu",
160,
14,
150,
2,
,
BigTransparent,
1,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0, // Horizontal Menu - to display horizontaly instead of top to bottom style (1=on or 0=off)
"dynbackmenu",
160,
14,
150,
2,
,
BigTransparent,
1,
,
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",
0,
0, // Horizontal Menu - to display horizontaly instead of top to bottom style (1=on or 0=off)
Just change the 12th item to 1 !!
Cheers,
Trytrix
( Hit me at http://www.ransbecca.be )