Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:21

FrontPage Top Border


Poster: ingeetz
Dated: Tuesday October 15 2002 - 12:16:16 BST

I want the menu at the top of the border aligning left. In the border page it looks ok, but it does not display in the separate pages.

And what would I do if I wanted to horizontally center the menu?

Where do the two js files have to be?

Would really appreciate your help. Wonderful menu!


Poster: trytrix
Dated: Friday October 18 2002 - 18:30:31 BST

Hi,

Are you using frames ?
What do you mean by "horizontally center the menu" ?
The js files : place them were you like, but when including them into the html page, specify the correct path e.g. :

Code:
<HTML>
<HEAD>
<TITLE></TITLE>
<SCRIPT language=JavaScript src="jslib/menu_arrays.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="jslib/mmenu.js" type=text/javascript></SCRIPT>
</HEAD>
<BODY>
       blablabla
</BODY>
</HTML>


A URL is always most helpful so we can see exactly what is going on (and also look at your array file).


Poster: ingeetz
Dated: Friday October 18 2002 - 22:43:22 BST

I am using FrontPage2000 shared borders.

I would like the horizontal menu at the top of the page, but instead of specifying the exact location: left 2, top 2 or similar, I want to center the menu horizontally in the middle of the line.

Thanks for the advice on the path for the .js files.