I need to center my menu on my page. Here is the code I think controls it but all I see is left=10;
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=127;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=default.html;status=Back To Home Page;");
aI("text=Menu Samples;showmenu=Samples;");
aI("text=Milonic;showmenu=Milonic;");
aI("text=Partners;showmenu=Partners;");
aI("text=Links;showmenu=Links;");
aI("text=My Milonic;showmenu=MyMilonic;");
Help please[/b]
How to center a menu
Hi
if you want it centered, remove the left= property and insert
screenposition="center";
Michael
Please see
http://milonic.com/menuproperties.php
if you want it centered, remove the left= property and insert
screenposition="center";
Michael
Please see
http://milonic.com/menuproperties.php