I need help getting the pop out menus to move over and down a few pixels...
You should be able to do this by editing the line you quoted above inside the script, plus another line. Lets say you want to offset the menu 15px to the right and down; you'd make the following changes in red inside the .js file:
Code:
menu.dropmenu.setcss({left:posx+15+'px', top:posy+15+'px', visibility:'visible'})
and
Code:
menu.shadow.setcss({left:posx+anylinkmenu.effects.shadow.depth[0]+15+'px', top:posy+anylinkmenu.effects.shadow.depth[1]+15+'px', visibility:'visible'})
Bookmarks