This contribution dynamically pulls data from your categories table to allow you to show a DHTML menu in your header.
Ability to modify menu colors, fonts, sizes in admin will be coming soon.
Please send any feedback or questions to osc@cralyn.com
Legend: 
Download

Report
Took me forever to find out why my admin pages were loading slow. The menu.css file contained paths to non-existent themeoffice.png images which caused severe slow loading issues.
Fixed menu.css. Remmed out non-existent entries.
Much better and faster loading now.
Note: this does not include however wendyjames fixes. You will have to apply them separately.
There are some issues with this great EASY to install contribution.
on mymenu.php
If you put the image in your image directory you will need to change 3 instances of
arrow.gif
to
images/arrow.gif
To keep session correctly change
href="index.php">Home</a>
to
href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">Home</a>
Another note...
There is a link to sitemap.php but if you do not have that page you can either change it to a link you want or just remove
<td align="center">
<img src="arrow.gif" width="10" height="10"> <a style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ;color: #ffffff" href="sitemap.php">Sitemap</a></td>
file says the same things.
One of my friend who use the contribution tell me that I am not uploading mymenu.css file.That is why the contribution is not working properly.So I upload full zip file again.
This is a very good contribution to make a DHTML drop down.
This is home (static),all categories(Dynamic),Sitemap(static).
It has ability to modify menu colors, fonts, sizes in by just changing in this mymenu.php file.
This is done by using table not div tag that is why it is showing absolute perfect in IE or Mozilla Browser and also it is monitor resulation .It is working perfect in 800*600 or 1024*768.
This contribution is developted for www.nettrackers.net by me
i update the code for multilingual, also added intructions for BTS contribution.
This menu is configured for horizontal, but vertical an diagonal is possible with simple editing the menu_tpl.js.
additional work needed to be a replace of the category box.
This contribution dynamically pulls data from your categories table to allow you to show a DHTML menu in your header.
Ability to modify menu colors, fonts, sizes in admin will be coming soon.
Please send any feedback or questions to osc@cralyn.com