Hm, Thanks for the reply, but it didn't work
HVMenu is positioned through these variables in the *.js file:
Code:
var MenuTextCentered='center'; // Item text position 'left', 'center' or 'right'
var MenuCentered='center'; // Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='static'; // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.1; // horizontal overlap child/ parent
var ChildVerticalOverlap=.2; // vertical overlap child/ parent
var StartTop=92; // Menu offset x coordinate
var StartLeft=97; // Menu offset y coordinate
According to the install instructions you just have to place the script thingie under your "body"-tag then.
But then it's in an absolute position, caused by var StartTop and var StartLeft
ETA: There was a post by jscheuer1 before I replied again, where did that go?????
Bookmarks