g48dd
02-03-2004, 05:22 PM
I am using Mouse Over Slide Show from this web site, it is exactly what I need, there is only one part of the code so far that I do not understand :
<a href="b2.htm" onMouseover="changeimage(myimages[0],this.href)">Plane 1</a>
the "b2.htm" , I know that b2 was only refering to the picture that was used in the demo, But htm? Does this mean that I need to create an htm page for each image that is to be replaced?
This script is being used in a table where viewer places mouse over thumbnail and picture appears NOT where the thumbnail is but in the middle cell of the table. The script can be viewed here
http://www.javascriptkit.com/script/script2/rolldifferent.shtml
Thank You,
Ken
<a href="b2.htm" onMouseover="changeimage(myimages[0],this.href)">Plane 1</a>
the "b2.htm" , I know that b2 was only refering to the picture that was used in the demo, But htm? Does this mean that I need to create an htm page for each image that is to be replaced?
This script is being used in a table where viewer places mouse over thumbnail and picture appears NOT where the thumbnail is but in the middle cell of the table. The script can be viewed here
http://www.javascriptkit.com/script/script2/rolldifferent.shtml
Thank You,
Ken