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.
Keeping Menu Centered with Maximize
-
- Beginner
- Posts: 1
- Joined: Fri Jul 07, 2006 3:35 am
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
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