Getting the Menu To Show up.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
JoeC
Beginner
Beginner
Posts: 4
Joined: Mon Dec 19, 2005 6:06 pm

Getting the Menu To Show up.

Post by JoeC »

Hello, i have a question about the menu. I installed everything in my ftp fine,no problems there...everything works when i view it dreamweaver MX & Frontpage.. am i missing code that im not putting in? the only code i added was to the <head> tags of my page.

Code: Select all

<script type="text/javascript" src="menu/milonic_src.js"></script>	
	<div class=milonic><a href="https://milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
	<script	type="text/javascript">
	if(ns4)_d.write("<scr"+"ipt type=text/javascript src=menu/mmenuns4.js><\/scr"+"ipt>");		
	  else _d.write("<scr"+"ipt type=text/javascript src=menu/mmenudom.js><\/scr"+"ipt>"); 
	</script>
	<script type="text/javascript" src="menu/menu_data.js"></script>


The Problem i have is i can't view it when i load up the page from the web brower. Hope i explained this well enough. I read the read-me many times too and i can't find an answer. Thanks
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Page integration etc.

Post by Migru »

Hi

Please read

http://milonic.com/integration.php

The files
milonic_src.js
mmenuns4.js
mmenudom.js
menu_data.js

are uploaded too into their relevant site´s menu - folder ?!?
If so, it should work, your start - file is in the root directory ?
Please provide an url, if it is still not viewable.

Michael
JoeC
Beginner
Beginner
Posts: 4
Joined: Mon Dec 19, 2005 6:06 pm

Thanks

Post by JoeC »

Thanks, I figured it out....Is there a way to keep the menu in the same place on any resolution...On my monitor the menu looks perfect, but on resolutions that are larger, its farther to the left. Is there like a universal way to position on all resolutions? Sorry about all the questions.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You can either use a screenposition, i.e. screenpostion="center"; or you can set the menu in a table which you have place where you want the menu always to be.

If you put the menu in a table, please read the information on how to do it, you cannot just put the calls for the menu in the table cell.

http://milonic.com/tablemenu.php

and the table menu sample

http://milonic.com/menusample9.php

We can better help you if you provide a link to the page so we can see the layout.

Ruth
Post Reply