Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:51

Customizing dhtml menu


Poster: shlomi_toledo
Dated: Monday December 29 2003 - 19:29:22 GMT

Hi,
I am trying to customize the dhtml menu to be positioned on the right side of the page. I have tried several align parameters with no luck.
Is there an option to position the menu on the right side of the page ?
(for hebrew purposes)

Thanks very much


Poster: Ruth
Dated: Monday December 29 2003 - 22:24:34 GMT

Use the screenposition parameter.

Code:
with(milonic=new menuname("main2")){
style=main2;
screenposition="top;right";
alwaysvisible=1;
orientation="horizontal";
aI("text= Poetry & More ;showmenu=mysite;");
aI("text= Border Sets ;url=http://www.poems2u.com/borders/mainset.shtml;");
}
You can also set a top position with that top=5; or something. I've tried center;right and bottom;right but they don't seem to work as well. Alternatively, you can make a small table wherever you want the menu vertically and align the table right, placing the menu in it.

Ruth