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: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:42

Can't see the menu on my page


Poster: jesusfreakdotcom
Dated: Wednesday June 8 2005 - 0:04:49 BST

I've just uploaded all of the Javascript files to my directory for my home page but can't see the menu yet. Is there something else I need to do before the menu appears? The test page I've got this on is jesusfreak.com/ilikejesus_test.asp. The script looks OK in the source code for the page--I just cut-and-pasted it--but it's not showing up. Anyone have any insight??


Chad


Poster: Ruth
Dated: Wednesday June 8 2005 - 0:17:32 BST

I don't know if this is the problem, but you have double quotes around the mmenuns4.js and the mmenudom.js. Try removing the quotes or make them single

Code:
<SCRIPT type=text/javascript>
   if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");      
     else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
   </SCRIPT>


Ruth


Poster: jesusfreakdotcom
Dated: Wednesday June 8 2005 - 0:22:11 BST

Ruth wrote:
I don't know if this is the problem, but you have double quotes around the mmenuns4.js and the mmenudom.js. Try removing the quotes or make them single

Code:
<SCRIPT type=text/javascript>
   if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");      
     else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
   </SCRIPT>


Ruth


That worked like a charm. Thanks. :grin: Now how can I move the men down below the header and center it?


Poster: Ruth
Dated: Wednesday June 8 2005 - 0:29:12 BST

Well, if you know the height of the header, then set your top position just below that, i.e. if the header is 40px high, set top=45px; and add screenposition="center"; getting rid of left=10;

Ruth


Poster: jesusfreakdotcom
Dated: Wednesday June 8 2005 - 0:31:28 BST

Ruth wrote:
Well, if you know the height of the header, then set your top position just below that, i.e. if the header is 40px high, set top=45px; and add screenposition="center"; getting rid of left=10;

Ruth



Oh, OK, I'm just now starting to modify all of my settings, but that looks like it'll do the trick. Thanks for your help, Ruth.


Chad