The key to use this is the one line call to a function:
Code:
menus[0].floatMenu(1024, 768, 10, 0);
, which needs to go inside Function init(), which resides in each of the config.js, config2.js and config3.js. You can see config3.js as an example. All the rest of your code can stay the same. You can set the vertical offset by changing the value of the Fourth Parameter in this function. The Third Parameter changes the left offset.
Offsets of the sub menus can also be set similarly - see the tutorial.
You can just delete the table for the default text shown in Example3.html
You can easily get what you want with this script..... If you need more help, I will rewrite your page and conf.js.
BTW, the first two parameters in the one-liner above are the anticipated screen resolutions. Even these can be set by additional code if needed.....
Hope this helps.
Bookmarks