I have the code
document.write("<div id='picture3' style='position:absolute; left:560px; top:500px;width:147px; height:143px; z-index:2'><img src='"+myImages[ry]+" ALIGN=RIGHT></div>"
What I need it to do is display the image and to position it on the screen. It displays it just fine, but doesn't move it. Any help is appreciated. Thanks
document.write("<div id='picture3' style='position:absolute; left:560px; top:500px;width:147px; height:143px; z-index:2'><img src='"+myImages[ry]+" ALIGN=RIGHT></div>"
What I need it to do is display the image and to position it on the screen. It displays it just fine, but doesn't move it. Any help is appreciated. Thanks