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

positioning help


Poster: JDO2010
Dated: Friday September 12 2008 - 3:12:04 BST

I need help with positioning my menu on my page. i have been trying to get it to fit nicley in the space below the logo and above the event list and team standings. if it helps any, my .js menu files are in a folder names milonic. Thanks, Jeremy

the site is http://simleyfootball.org/indextest.html
the css is http://simleyfootball.org/styletest.css

Re: positioning help


Poster: Andy
Dated: Friday September 12 2008 - 12:17:35 BST

I can't see the menu on your website, have you removed it?

Re: positioning help


Poster: John
Dated: Tuesday September 16 2008 - 16:05:29 BST

You're missing the leading '<' in the following line of code...
Code:
script language=JavaScript src="milonic/milonic_src.js" type=text/javascript></script>

Also, if you're not supporting NS4 you can change to the updated call structure...
Code:
<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="http://www.milonic.com/">JavaScript DHTML Menu Powered by Milonic</a></noscript>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="menu_data.js"></script>

Adjust for your paths, of course.

Come to think about it, even if you are supporting NS4 (but who is these days), you can still use the above. Just add that line back, using the above as a model.