Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:39

Screen Position Question


Poster: jimsohn
Dated: Thursday May 9 2002 - 20:47:26 BST

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

Re: Screen Position Question


Poster: Anonymous
Dated: Sunday May 19 2002 - 19:50:07 BST

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

Re: Screen Position Question


Poster: Anonymous
Dated: Sunday May 19 2002 - 19:50:08 BST

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

Jim