positioning help

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
JDO2010
Beginner
Beginner
Posts: 1
Joined: Fri Sep 12, 2008 2:22 am

positioning help

Post by JDO2010 »

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
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: positioning help

Post by Andy »

I can't see the menu on your website, have you removed it?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: positioning help

Post by John »

You're missing the leading '<' in the following line of code...

Code: Select all

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

<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="https://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.
John
Post Reply