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:38
about postitioning the menu
Poster: Anonymous
Dated: Monday May 20 2002 - 12:17:46 BST
Can I postition the menu as "50"pixed gap form the bottom?
thx all
Poster: Andy
Dated: Monday May 20 2002 - 13:00:06 BST
You can use the offset value for this.
try setting your Top position to "offset=-50"
Cheers
Andy
RE: ANDY
Poster: Anonymous
Dated: Monday May 20 2002 - 16:14:52 BST
THANKS FOR YOUR REPLY.......
but i still can't do it.........
HERE is my settings......
and thx u a lot
timegap=500 // The time delay for menus to remain visible
followspeed=5 // Follow Scrolling speed
followrate=40 // Follow Scrolling Rate
"offset=-50"; // Sub menu offset Top position
suboffset_left=10; // Sub menu offset Left position
hlp=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"0A246A", // Mouse Off Font Color
"D3E5FA", // Mouse Off Background Color
"ffffff", // Mouse On Font Color
"3864BB", // Mouse On Background Color
"1B6BD1", // Menu Border Color
13, // Font Size in pixels
"normal", // Font Style (italic or normal)
"normal", // Font Weight (bold or normal)
"Tahoma,Helvetica", // Font Name
4, // Menu Item Padding
"menu_arrow.gif", // Sub Menu Image (Leave this blank if not needed)
, // 3D Border & Separator bar
"1854C2", // 3D High Color
"65A1EB", // 3D Low Color
"Purple", // Current Page Item Font Color (leave this blank to disable)
"pink", // Current Page Item Background Color (leave this blank to disable)
, // Top Bar image (Leave this blank to disable)
"ffffff", // Menu Header Font Color (Leave blank if headers are not needed)
"000099", // Menu Header Background Color (Leave blank if headers are not needed)
]
addmenu(menu=[ // This is the array that contains your menu properties and details
"simplemenu1", // Menu Name - This is needed in order for the menu to be called
"offset=-50", // Menu Top - The Top position of the menu in pixels
, // Menu Left - The Left position of the menu in pixels
120, // Menu Width - Menus width in pixels
3, // Menu Border Width
, // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
hlp, // Properties Array - this is set higher up, as above
, // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
, // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect, // Filter - Text variable for setting transitional effects on menu activation - see above for more info
, // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
, // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
, // Position of TOP sub image left:center:right
, // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
1, // Right To Left - Used in Hebrew for example. (1=on/0=off)
, // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
, // ID of the div you want to hide on MouseOver (useful for hiding form elements)
, // Reserved for future use
, // Reserved for future use
, // Reserved for future use
Poster: Andy
Dated: Monday May 20 2002 - 21:19:13 BST
Have you tried setting Screen Position to "bottom".
This will put your menu at the bottom of the page. If you use to "offset=-50" for the Top value it will place the menu 50 pixels from the bottom of your page.
Or is this not what you need?
Cheers
Andy