Positioning

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
john3001
Beginner
Beginner
Posts: 2
Joined: Fri Sep 28, 2007 12:44 am

Positioning

Post by john3001 »

I am new to this.
How can I place the menu such that it will just center when people resize the window?
There seems to be some Absolute Positioning in the javascript, but I want it to be centered.

thanks a lot.

John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Positioning

Post by Ruth »

Hi,

Well, by centered do you mean you have a top position? You could use the menu property screenpostion and set it like this

Code: Select all

top=10;
screenpostion="center";
Where top= would be whatever your top number is.

Below my name should be links to various properties pages, style, menu and item. These list the different properties you can use.

Ruth
Post Reply