THE JavaScript Source
Variable width
Double line popup
Image sample
Really long description
Persistant with links


JavaScript Main page


- Last updated on June 28, 2004

You can have the pop-ups go to a predetermined position or be determined by the mouse position.
Just for this demo, you can change this on the fly here:
Fixed position
Mouse position
For the Fixed position, you will have to play with the placement coordinates to get the pop-ups to go where you want them.

Notes:
  • Cleaned up the script (smaller) and made it more uniform across all browsers.
  • Fixed bugs for IE5 on MacOS and Netscape 4.7.
  • There is one quirk with this script though, if the pop-up pops over a <select> (drop down menu),
    the <select> will be on top of the pop-up.   All other form elements (inputs, buttons, textareas, etc.) will be behind the pop-up.

    Published on