With HV, you can do something like so, at the top of exmplmenu_var.js insert this function like so:
Code:
/***********************************************************************************
* (c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
* For info write to menus@burmees.nl *
* You may remove all comments for faster loading *
***********************************************************************************/
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}
var NoOffFirstLineMenus=5; // Number of first level items
Then a little ways down, for the variable "StartLeft' do something like this:
Code:
var StartLeft=window.innerWidth?window.innerWidth-230:ietruebody().clientWidth-230;
where 230 is the number of pixels from the right that you want the menu to appear. It should be at least the actual width of the menu.
Bookmarks