Position menu on RHS?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Eric63
Beginner
Beginner
Posts: 2
Joined: Fri Nov 18, 2005 9:19 pm

Position menu on RHS?

Post by Eric63 »

Is it possible to position a menu relative to the right-hand-side of the window? I want to be able to specify an offset from the right edge. The example of the right-opening menu isn't quite what I need - that one uses a large offset from the left edge of the window.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Try using the screenposition property and a negative left offset. i.e.

screenposition="right";
left="offset=-50";

That should place the menu at the right and the -50 left offset should shift it back toward the center by 50px.

Ruth
Eric63
Beginner
Beginner
Posts: 2
Joined: Fri Nov 18, 2005 9:19 pm

Post by Eric63 »

That worked as far as positioning relative to the right-hand-side of my window, but it now it acts as if the "followscroll" has been set to "followscroll=1;". No matter what I set this value to, it acts the same. Any suggestions?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Not without a page, I can't. Sorry. I have to see what's going on to be able to figure out an anomalous action like that. Can you provide a link to the page, or to a test page where it's happening?

Ruth
Post Reply