Forum Moderators: open
document.writeln('
CONTENT HERE
');
Save as a text file and rename to menu.js
Then put this on each webpage where you wish the menu to appear:
<script type="text/javascript" src="/directory-if-any/menu.js"></script>
You'll need to make sure that the rest of the page is suitably moved down so the header doesn't just overlay that content.
The css positioning tool is cleaner and more accessible (javascript is installed with 93% of browsers but that leaves 7% out) but I can't get the tight result so far that I want...