metalguy
Mar 27th, 2002, 05:30 PM
here is what im using:
function JODShow()
{
document.body.insertAdjacentHTML('BeforeEnd','<div style="position:absolute; top:1000px; left:450px"; ID="JOD"><font color = "white" size = "4">hello
<a href="jokes.html" onMouseOver="JODShow()" onMouseOut="JODHide()">
you probably get the idea, ok, now its not working they way i want position wise, when it pops up it is in the wrong place 75% of the time because of screen resolutions and all that, so how can i alter th code to make it appear in a table? when it mouses over, just have it appear in a <td>, thanks in advance
function JODShow()
{
document.body.insertAdjacentHTML('BeforeEnd','<div style="position:absolute; top:1000px; left:450px"; ID="JOD"><font color = "white" size = "4">hello
<a href="jokes.html" onMouseOver="JODShow()" onMouseOut="JODHide()">
you probably get the idea, ok, now its not working they way i want position wise, when it pops up it is in the wrong place 75% of the time because of screen resolutions and all that, so how can i alter th code to make it appear in a table? when it mouses over, just have it appear in a <td>, thanks in advance