Screen Position Question

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Screen Position Question

Post by jimsohn »

Screen Position can be defined as center;left;right;middle;top;bottom and combinations.

How can I make my vertical menu always appear a certain number pixels from the right side of the screen irrespective of the screen sizing (800x600, 1024x768, etc)?

I know that I can define the left position however thats an absolute and the menu will not be where I want it with different size screens.

In this example I have the screen position="right". I want it on the right but offset a few pixels to the left from the right side of the screen.

http://www.gbgm-umc.org/wesley-va/indextest.html

Jim
Guest

Re: Screen Position Question

Post by Guest »

you'll need to specify an offset for the left position like this

"offset=-20"

will move the menu 20 pixels to the left.

Cheers
Andy
Guest

Re: Screen Position Question

Post by Guest »

Thanks Andy that took care of it. Glad to know about the offset capability. I do appreciate your rapid response, Thanks again.

Jim
Post Reply