FrontPage Top Border

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
ingeetz
Beginner
Beginner
Posts: 2
Joined: Tue Oct 15, 2002 12:11 pm
Location: NY
Contact:

FrontPage Top Border

Post by ingeetz »

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!
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,

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: Select all

<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).
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
ingeetz
Beginner
Beginner
Posts: 2
Joined: Tue Oct 15, 2002 12:11 pm
Location: NY
Contact:

Post by ingeetz »

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.
Post Reply