I'm contacting you because i encounter a strange problem..
when i click on a button, the menu appears but when i start for example to move on one of the option
the menu automatically goes up of somethning like 2 lines..
not a lot but it still move alone...
as an information i've got the following code for the menu..
Code: Select all
with(milonic=new menuname("Main Menu")){
alwaysvisible=0;
screenposition="bottom,left"; top="offset=-30";
orientation="vertical";
style=submenuStyle;
aI("status=Back To Home Page;text=Home;url=http://www.milonic.dev/;");
aI("showmenu=Milonic;text=Milonic;");
aI("image=clxp_hand.gif;showmenu=Partners;text=Partners;");
aI("showmenu=Links;text=Links;");
aI("showmenu=My Milonic;text=My Milonic;");
aI('status=Fermer Session;text= start ;url=start.php;');
}