Search found 4 matches

by gmacfarlane
Sat Jan 04, 2003 12:20 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to "popup" at a specified coordinate position?
Replies: 3
Views: 3420

Yes please!

Hi Kevin,

Yes please! I am still prototyping so for the time being I had put it to one side (mentally labelled "problem understood, solution pending"), and moved on to other issues.

A library of positioning functions would be most gratefully received.

- Graeme
by gmacfarlane
Tue Dec 31, 2002 5:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to "popup" at a specified coordinate position?
Replies: 3
Views: 3420

How to "popup" at a specified coordinate position?

I am using the popup() function to display a menu, but I would like to be able to control the position of the menu - I am trying to get the popup menu positioned somewhere close to where the mouse is, the "x" coordinate being fixed at "0". Can anyone suggest how I should do this? Here is the sort of ...
by gmacfarlane
Tue Dec 31, 2002 12:22 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two quick questions about frames
Replies: 2
Views: 2848

As I suspected

Thanks Kevin, thats as I suspected: anything in a frame is constrained within the frame.

I think I can live with it and proceed as you suggest.

- Graeme
by gmacfarlane
Mon Dec 30, 2002 11:38 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two quick questions about frames
Replies: 2
Views: 2848

Two quick questions about frames

Sorry, I know this is old material but I could not find the answers to my questions by scanning the forum.

I am redeveloping a website which uses a "navigation" frame, like a vertical strip down the left side, and a "main content" frame to its right, which sometimes contains IFRAMEs

I am ...