Graveyard666 0 Posted June 7, 2007 This contrib is just what I needed.. but I'm having a small problem.. It only displays 4 menu .jpg images in a row, i need 8 how do i fix it? see what i mean here Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted June 7, 2007 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. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
Snoboreders 0 Posted January 5, 2008 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 Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted January 6, 2008 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. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
Snoboreders 0 Posted January 6, 2008 Thanks for the quick reply Jack. Unfortunately that didn't clear things up. I know next to nothing about JavaScript...so I'm in the dark. It seems like everything is correctly installed and it should be working. Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted January 6, 2008 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. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
Snoboreders 0 Posted January 6, 2008 Horizontal. The CSS is straight out of the box. I have tried that as well as the file on your site. There was no difference in appearance between the two. Share this post Link to post Share on other sites
Jack_mcs 1,112 Posted January 6, 2008 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. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites