Have Dynamenu running, and works fine. Have made a dropdown menu, and would like to adjust where submenus pop up (a little further down). Have read manual and tried editing dynamenu.php like this:
// Set the three numerical values below to adjust the offset of submenus in
// horizontal drop-down and vertical fly-out menus. Values adjust the following (in order)
// Top Offset: # of pixels from top border of previous menu the submenu appears
// Right Offset: # of pixels from right border of previous menu the submenu appears
// Left Offset: # of pixels from left border of previous menu the submenu appears
// if the submenu pops to left (i.e. if window border s reached). Negative values are allowed.
$GLOBALS['dm_layermenu_offset'] = array (-50,-100,-500);
But no matter what I do, no effect to my menu. Driving me crazy...
ANYBODY???
