Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop-up location

Status
Not open for further replies.

Ree

Programmer
Nov 2, 2000
2
US
I have successfully gotten a small note to pop-up when the mouse is placed over a certain message. However, the note is placed in the upper left corner and I want it to be placed directly under the "hand" pointer. The originial script achieved this but after I pasted it into my page I am getting a different outcome. My page location is:
Can anyone help me with this?
Ree
webmaster@tannerchurchofchrist.com
 
Dear Ree,

change this line:

> document.write(&quot;<DIV ID=></DIV>&quot;);

to this:

document.write(&quot;<DIV ID='dek' style='position: absolute'></DIV>&quot;);

That change places the 'popup' in IE 5 on Windows 2000 Professional

In either case the page produces script errors in NS 4.76 on Windows 2000 Professional and the 'popup' does not occur in any location.

Hope this helps
-pete
 
Thanks Pete,
Your solution works very well. I have already placed a link to this great forum on my web site. Ree
webmaster@tannerchurchofchrist.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top