Keeping Menu Centered with Maximize

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
calcagnino
Beginner
Beginner
Posts: 1
Joined: Fri Jul 07, 2006 3:35 am

Keeping Menu Centered with Maximize

Post by calcagnino »

I have no problem centering my menu and whatnot to begin, but if i resize the window in any way the menu remains in its original position. How can I keep the menu centered at the time as the resize??

Thanks!
Joe C.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

That would depend on your layout. If you have it in a table, it's going where the table is. If you have it absolutely positioned using top and left properties, then eliminate the left property and set screenposition="center"; in place of that.

Below my name is a list of help pages, one of them is for a list of menu properties which is where you'd find information on screenposition, top, left, scroll etc.

Ruth
Post Reply