Hi! I have a problem on my testing with the hiermenu v3 for frames.
I have an index.html to create the 2(left and right) frames.
In my left frame, i put in the parameters and included the hierarrays.js and hiermenus.js.
The menu works properly that is, it appears on the right menu when i scroll from top to bottom.
But, when i scroll from bottom to top, the alignment on my right frame wombles when i move my mouse a little.
Is it due to the
yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? (e.pageY-pageYOffset)+menuLoc.pageYOffset : event.clientY + menuLocBod.scrollTop;
???
Is there any updates on the hiermenus.js that i can find to resolve my problem?
Thanks...
I have an index.html to create the 2(left and right) frames.
In my left frame, i put in the parameters and included the hierarrays.js and hiermenus.js.
The menu works properly that is, it appears on the right menu when i scroll from top to bottom.
But, when i scroll from bottom to top, the alignment on my right frame wombles when i move my mouse a little.
Is it due to the
yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? (e.pageY-pageYOffset)+menuLoc.pageYOffset : event.clientY + menuLocBod.scrollTop;
???
Is there any updates on the hiermenus.js that i can find to resolve my problem?
Thanks...