Bornfree
09-18-2013, 10:51 PM
Hi Guys,
I need a little help. I have a set of images which change on mouseover. The thumbnails and in a different location to where the image changes. The bigger images are in a different table cell and the smaller thimb are in a different cell. Now i want to show different text for each image on a different cell. How can i do this? Its like showing the description for each image but in a different cell. I'm using the following code and you can see the effect here. http://www.elsema.com/auto/pentafob.htm. Go to colors tab.
<script language="JavaScript1.1">
var myimages=new Array()
var gotolink="#"
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("photos/is300.jpg","photos/is300-1.jpg","photos/is300-2.jpg","photos/is300-3.jpg")
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<table width="1205" height="548">
<tr>
<th width="598" scope="col"><a href="javascript:warp()"><img src="photos/is300.jpg" alt="" name="targetimage" border="0" id="targetimage2" /></font></a></th>
<th width="595" height="357" scope="col"><a href="javascript:warp()"></a></th>
</tr>
<tr>
<td><a href="photos/is300.jpg" target="_blank" onmouseover="changeimage(myimages[0],this.href); changetext(myimage[0],this.href)";><img src="images/is300.jpg" alt="Most secure remote on market" width="150" height="150"/></a><a href="#" onmouseover="changeimage(myimages[1],this.href)";><img src="images/is300-1.jpg" alt="Most secure remote on market" width="150" height="150" /></a><a href="#" onmouseover="changeimage(myimages[2],this.href)";><img src="images/is300-2.jpg" alt="Most secure remote on market" width="150" height="150" /></a><a href="#" onmouseover="changeimage(myimages[3],this.href)";><img src="images/is300-3.jpg" alt="Most secure remote on market" width="150" height="150" /></a></td>
<td><div class="imglisting">
<div class="smlthumb"></td>
</tr>
</table>
I need a little help. I have a set of images which change on mouseover. The thumbnails and in a different location to where the image changes. The bigger images are in a different table cell and the smaller thimb are in a different cell. Now i want to show different text for each image on a different cell. How can i do this? Its like showing the description for each image but in a different cell. I'm using the following code and you can see the effect here. http://www.elsema.com/auto/pentafob.htm. Go to colors tab.
<script language="JavaScript1.1">
var myimages=new Array()
var gotolink="#"
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("photos/is300.jpg","photos/is300-1.jpg","photos/is300-2.jpg","photos/is300-3.jpg")
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<table width="1205" height="548">
<tr>
<th width="598" scope="col"><a href="javascript:warp()"><img src="photos/is300.jpg" alt="" name="targetimage" border="0" id="targetimage2" /></font></a></th>
<th width="595" height="357" scope="col"><a href="javascript:warp()"></a></th>
</tr>
<tr>
<td><a href="photos/is300.jpg" target="_blank" onmouseover="changeimage(myimages[0],this.href); changetext(myimage[0],this.href)";><img src="images/is300.jpg" alt="Most secure remote on market" width="150" height="150"/></a><a href="#" onmouseover="changeimage(myimages[1],this.href)";><img src="images/is300-1.jpg" alt="Most secure remote on market" width="150" height="150" /></a><a href="#" onmouseover="changeimage(myimages[2],this.href)";><img src="images/is300-2.jpg" alt="Most secure remote on market" width="150" height="150" /></a><a href="#" onmouseover="changeimage(myimages[3],this.href)";><img src="images/is300-3.jpg" alt="Most secure remote on market" width="150" height="150" /></a></td>
<td><div class="imglisting">
<div class="smlthumb"></td>
</tr>
</table>