Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:11
How to center a menu
Poster: ldeeder
Dated: Friday March 10 2006 - 1:09:59 GMT
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]
Poster: Migru
Dated: Friday March 10 2006 - 7:33:01 GMT
Hi
if you want it centered, remove the left= property and insert
screenposition="center";
Michael
Please see
http://www.milonic.com/menuproperties.php