independant horizontal and vertical positioning

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
blimey
Advanced
Advanced
Posts: 17
Joined: Mon Jun 10, 2002 1:16 pm

independant horizontal and vertical positioning

Post by blimey »

It doesn't seem possible to change the "Screen Position" of a sub menu in only one axis at a time.

Setting "Screen Position" to "left", seems to be equivalent to "top;left". I would not have expected that setting it to be "left" to change the vertical positioning as well! The same is also true of choosing "right", this positions at the top right.

Similarly, setting "Screen Position" to "top" also puts the item in the top LEFT. Likewise "bottom" places the item at the bottom left.

Choosing "center" places the item at the top center.

What's more, having chosen a value for the "Screen Position", the values for the "Menu Top" and "Menu Left" are ignored.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

If you set a horizontal screen position and then leave the Top parameter blank the meu assumes you mean 0 and will set the menu at top position 0.

You will need to tell the menu exactly where you want it to appear. This is the same for vertical positioning.

-- Andy
blimey
Advanced
Advanced
Posts: 17
Joined: Mon Jun 10, 2002 1:16 pm

Post by blimey »

You have essentially rephrased my original bug report, and come to the same conclusion I did.

I would like for only one axis of the positioning to be changed. I don't see how this is currently possible, without me having to calculate (for each sub menu) where it would have been placed in the other axis (were it not for this side effect).

This side effect is not desirable. If I really wanted to align menus to the top/left that's easy for me to do, but this side effect just doesn't seem the appropriate means for achieving this effect.
wpatters1229
Super Advanced
Super Advanced
Posts: 90
Joined: Thu May 30, 2002 7:35 pm

Now that the subject is open, what about center web pages

Post by wpatters1229 »

If I choose to have my pages center in the browser the menus don't line up because the positioning is relative to the browser window. Is there a way to "trap" them and keep them at the same place?
I expect the answer is put them in a table. That doesn't always seem to work.
Any other ways?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Try using an offet for the left position like this

"offset=-200" //Left

Put whatever value you need in there to line things up

-- Andy
wpatters1229
Super Advanced
Super Advanced
Posts: 90
Joined: Thu May 30, 2002 7:35 pm

That moves the menu items but not the seperator bars

Post by wpatters1229 »

Thanks...that moved the menu items (text) but the separator bars which are declared in where the url goes (separatorcolor=gray) don't move.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Is the menu sitting inside a DIV or a TABLE by any chance.

This will cause quite a few problems if it is espesially with the separator bars.

if not, let me have a demo and I'll take a look

-- Andy
wpatters1229
Super Advanced
Super Advanced
Posts: 90
Joined: Thu May 30, 2002 7:35 pm

The demo files are coming yourway

Post by wpatters1229 »

I sent them directly
from webmaster
Post Reply