Need help with menu please

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
amckenziega
Beginner
Beginner
Posts: 3
Joined: Fri Feb 06, 2009 12:41 am

Need help with menu please

Post by amckenziega »

I used the index.htm file that came with the script and I cannot get rid of the bottom links. When I delete them the menu at the top changes and does weird things. Here is a link to the page. You can see the text/links at the bottom of the screen.

http://www.gincreek.com/TEMP/index.html

Please help.

Thanks,
Angela
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: Need help with menu please

Post by Andy »

There is some code at the bottom of your HTML that you need to remove, look for this:

Code: Select all

<!--
	 Milonic DHTML Website Navigation Menu Version 5.0+
	 Copyright 2006 (c) Milonic Solutions Limited (UK). All Rights Reserved.
	 Please visit http://milonic.com/ for more information.

	 Although this software may have been freely downloaded, you must obtain a license before using it in any production environment.		 
	 The free use of this menu is only available for Non-Profit, Educational & Personal Web Sites who have obtained a license to use. 
	 
	 Free, Commercial and Corporate Licenses are available from our website.
	 You also need to include a link back to http://milonic.com/ if you use the free license.
	 
	 All Copyright notices MUST remain in place at ALL times. 
	 This includes the first three lines of this notice on every page that uses the menu.
	 If you cannot comply with all of the above requirements, please contact us to arrange a license waiver.
-->	








<BR>
<BR>
<BR>
<p>
<br>
<br>
<br>
<table cellSpacing=0 cellPadding=13 border=0 style="border:1px solid #aaaaaa">

	<tr>
		<td>
            <p><font color="#E1DBC6">Samples of even more positioning can be found on the following
            menu samples <a class=link href="https://milonic.com/menusample9.php">Attached
            to a Table Cell</a>  and <a class=link href="https://milonic.com/menusample23.php">Positioned
            with Offsets</a></font></td>
	</tr>
		
</table>

and just remove it - this will get rid of the links.

-- Andy
amckenziega
Beginner
Beginner
Posts: 3
Joined: Fri Feb 06, 2009 12:41 am

Re: Need help with menu please

Post by amckenziega »

Thanks for the reply Andy, when I delete this code it changes my menu (Home changes to MILONIC (all caps)). Any suggestions? I have searched all of the code for MILONIC and cant find it.

Thanks,
Angela
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Need help with menu please

Post by John »

You don't have your code set up properly for placement in a td. See this page for instructions.

As for the MILONIC link appearing, see this page.
John
amckenziega
Beginner
Beginner
Posts: 3
Joined: Fri Feb 06, 2009 12:41 am

Re: Need help with menu please

Post by amckenziega »

I'm trying the figure out how to embed the menu inside a table here
http://www.gincreek.com/TEMP/

On most of the pages the menu is in the correct place but there are several pages it is moving over. I started out using a template so none of the width in anything changes.

Please help.
Angie
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Need help with menu please

Post by Ruth »

Hi,

In order to help we really need to see the pages where it's 'moving' over to see what the issue is. When you set it as position='relative'; and call all the files in the cell or div where you want it, you also have to have buildAfterLoad=true; up at the top of the file in the _subOffset area. If you don't want to use the buildAfterLoad statement then you need to place the menu in the table using the other method. See this topic for two links for explanations of putting the menu relatively in a table or div


viewtopic.php?f=10&t=8777

Ruth
Post Reply