set a height and remove shadow?

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
Main
Beginner
Beginner
Posts: 3
Joined: Mon Jul 29, 2002 12:24 am
Location: Denmark

set a height and remove shadow?

Post by Main »

Hi, i need to set a height on the main-menu så that it fits my design, i just cant find out where i set it ? :cry: and i oslo want to remove the shadow on the main-menu

a leet that can help ??
menufurfer
Super Advanced
Super Advanced
Posts: 37
Joined: Sun Jul 28, 2002 4:40 am

Post by menufurfer »

The 79 below is from my menu and it sets the vertical positioning. Change it and the menu moves vertically. I'm guessing that's what you mean by the height.

addmenu(menu=[ // This is the array that contains your menu properties and details
"simplemenu1", // Menu items Name
79, //Top

\\\\\\

About the Shadow I'm not sure what is meant. Is it the thickness of the menu border?
Main
Beginner
Beginner
Posts: 3
Joined: Mon Jul 29, 2002 12:24 am
Location: Denmark

Post by Main »

My version was an old one, so the shadow it not a issue

What i meant about the height of the menu, was the thickness of it, but with no shadow, no problem :)

thx :)
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

The shadow is an effect, and looks something like this...

Shadow(color='#777777', Direction=135, Strength=5)

Just remove that part from the effect line(s).
John
Post Reply