with(milonic=new menuname("Start")){
style=menuStyle;
LEcran = screen.height
bottom=0;
left=0;
alwaysvisible=1;
aI("text=Lancer;align=center;bgimage=imgmenu/begin.gif;itemheight=30px;itemwidth=101px;openonclick=true;showmenu=Main Menu;");
}
[code]
and i need to put this button at bottom left of pages!!
but it always appear at the top left even with the bottom=0;
what's wrong please!
thanks in advance
That should put the button right at the bottom left of the browser window. If you want it to stay there as the user scrolls the page, try setting followscroll=1;