Would like toknow if there is a way to have a javascript menu open in the same place each time full screen or minimized
code is currently
with(Home=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
screenposition="center;left";
left="offset=-392";
I'm using a free Milonic slide out menu


