Hi,
I have been experimenting with pop-up image code generators, and found one which works fine, only problem is I cannot find the generator that I used to create the code. (forgot to bookmark it)
The code which goes in the <head> section is :
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
loadImage1 = new Image();
loadImage1.src = " http://i205.photobucket.com/albums/b...photos/045.jpg";
staticImage1 = new Image();
staticImage1.src = " http://i205.photobucket.com/albums/b...rbagspop-u.jpg";
// End -->
</script>
and the code that goes in the <body> section is :
<span onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
<img name="image1" src=" http://i205.photobucket.com/albums/b...rbagspop-u.jpg" border=0></span>
Any idea where this code comes from ? Hope someone recognizes it.
Thanks in advance, Mickmac 
|