Search found 6 matches

by wolfe70
Fri Jul 26, 2002 1:04 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering horizontal menu
Replies: 9
Views: 6885

Here's my script:

addmenu(menu=[ // This is the array that contains your menu properties and details
"mainmenu", // Menu Name - This is needed in order for the menu to be called
90, // Menu Top - The Top position of the menu in pixels
, // Menu Left - The Left position of the menu in pixels
122 ...
by wolfe70
Fri Jul 26, 2002 12:31 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering horizontal menu
Replies: 9
Views: 6885

Thanks,

Beleive it or not I got it.
by wolfe70
Thu Jul 25, 2002 6:21 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering horizontal menu
Replies: 9
Views: 6885

Still a little confused. The following is part of the script.

Can you edit it like it should read for centered?

// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1, // Properties Array - this is set higher up, as above
1 ...
by wolfe70
Thu Jul 25, 2002 1:37 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering horizontal menu
Replies: 9
Views: 6885

Centering horizontal menu

I have read all the "posts" and am more confussed than when I started.

Can I edit the script so that no matter what size monitor is viewing my page, the menu would alway be equidistant from the sides of the page? I would alway like it to be centered on all monitors and browsers.

Now, I have it ...
by wolfe70
Fri Jul 19, 2002 11:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu not showing in other frames and I've read the demo
Replies: 2
Views: 2792

Thanks, since I'm new at the "game" pasting their stuff and then cutting and pasting mine seems to have done the trick.
by wolfe70
Sat Jul 13, 2002 1:03 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu not showing in other frames and I've read the demo
Replies: 2
Views: 2792

Menu not showing in other frames and I've read the demo

I have read and tried the "frames demo" info and still have not been able to make the menu show from the header to the body.

Do I edit the downloaded "frames_array.js" with my edited menu_array.js script so that the scripts are the same?

My menu is in the header. Do I add my edited menu_array.js ...