vertical and background to horizontal

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
eran
Beginner
Beginner
Posts: 3
Joined: Thu Nov 07, 2002 5:01 pm
Location: Utah
Contact:

vertical and background to horizontal

Post by eran »

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
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

Code: Select all

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)
Just change the 12th item to 1 !!

Cheers,
Trytrix

( Hit me at http://www.ransbecca.be )
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
eran
Beginner
Beginner
Posts: 3
Joined: Thu Nov 07, 2002 5:01 pm
Location: Utah
Contact:

Post by eran »

thanks a lot

i redownloaded js files and tried it again and it worked this time. I had tried previously but it wouldn't work.
Post Reply