Sorry for the delay. With regards to:
the submenus in the vertical menu don't HAVE to be dropped down, if they can be shown to the right, thats just as fine.
That's what I meant actually, that getting the menu to either drop down or drop to the right depending on the main menu bar's orientation would be tricky. Anyhow, I had some time, so I've added a basic version of this for you. Firstly, use the modified .js file in place of the original. Then, for the menu bar where you wish the drop down menus to drop to the right, insert a rev="lr" attribute inside the menu item(s), ie:
Code:
<div id="glowmenu" class="glowingtabs">
<ul>
<li><a href="http://www.dynamicdrive.com" title="Home"><span>Home</span></a></li>
<li><a href="http://www.dynamicdrive.com/style/" title="CSS Library" rel="dropmenu1_d" rev="lr"><span>CSS Codes</span></a></li>
<li><a href="http://www.dynamicdrive.com/resources/" title="Partners" rel="dropmenu2_d" rev="lr"><span>Partners</span></a></li>
<li><a href="http://tools.dynamicdrive.com" title="Webmaster Tools"><span>Tools</span></a></li>
</ul>
</div>
<br style="clear: left;" />
<br class="IEonlybr" />
Bookmarks