Customizing dhtml menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
shlomi_toledo
Beginner
Beginner
Posts: 1
Joined: Mon Dec 29, 2003 8:26 pm

Customizing dhtml menu

Post by shlomi_toledo »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Use the screenposition parameter.

Code: Select all

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
Post Reply