Hi there,
Looks like that is what I'm looking for --- unfortunately though - it needs to be free. 🙂
menus[0].floatMenu(0, 650, 10, 1);
The above is the code you use to float it. I now quote from the instructions:
Invoke this function to float the main menu, so it remains relatively positioned on the page (see "example3.htm" for demo). Here's an example:
menus[0].floatMenu(1024, 768, 10, 0);
1024 is the base screen width (i.e. the screen width the menu was originally positioned on) and the 768 is the corresponding screen height. The 0 is how you want the menu's positioned (i.e. horizontally, vertically or both [0, 1, 2]).
It was made by Jim Slayer on dynamicdrive.com
I can't see this working correctly as everytime you change screen resolution, it moves... 😐
Thanks in advance,
Chris