Im sure that can be done and Ill mess with it when I have more time. :up:
As for the CSS I already had a Css file I used for extra code so I just added it to the bottom. Im sure you could do the same by adding it to the (extra CSS) in the style editor.
Same for the JS, I just added it to another JS that was global.
I did leave some of the JS in place because it seems to be location specific. Example.
right before this line.....
HTML Code:
<ul id="qm0" class="qmmc">
<li><a class="qmparent" href="javascript:void(0)">First button title</a>
I kept this in place.
HTML Code:
<!--%%%%%%%%%%%% Quality Menu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<!-- Add-On Core Code (Remove when not using any add-on's) -->
<style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style>
And at the very end of the menu code I kept this line in place.
HTML Code:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
All other Js and Css was moved to global files respectively.