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
Screen Position Question
Re: Screen Position Question
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
"offset=-20"
will move the menu 20 pixels to the left.
Cheers
Andy
Re: Screen Position Question
Thanks Andy that took care of it. Glad to know about the offset capability. I do appreciate your rapid response, Thanks again.
Jim
Jim