Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Menu Maker


Jack_mcs

Recommended Posts

You just add another ul/li set. You will probably also need to adjust the width of the menu in the css classes.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

  • 6 months later...

Hi Jack,

 

I tried installing it, but it appears the javascript is not being recognized. I have uploaded the files, and here is the code in my header.php file where I have tried to insert the drop-down menu:

 

		  <ul id="nav"><a href=<?=tep_href_link('team.php')?>><img src=images/m12.gif width=139 height=37 border=0>	 <ul>	 

  <li><a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '"><u> Home </u></a></li>

  <li><a href="' . tep_href_link(FILENAME_SHIPPING,   '', 'NONSSL') . '"><u> Shipping </u></a></li>

  <li><a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '"><u> Contact Us </u></a></li>

 </ul></ul></a>

 

It is working in that the links are below the image; however, it is always there, and does not drop down when I scroll over the image.

 

It is running on my test page which can be found Here

 

Thanks,

Chris

Link to comment
Share on other sites

In the easymenu.js file, find this

<script type="text/javascript"><!--//--><![CDATA[//><!--

and change it to

<!--

then find this

//--><!]]></script>

and change it to

//-->

That might fix your problem.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Are you using the vertical or horizontal menu? The vertical would display that way if there were no sub-items in the menu list. The horizontal will display like that if the css is set incorrectly.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Then it must be something in your code that is causing it. Except for the change I mentioned above, it should work. Have you tried adding a second menu to see what would happen?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...