I'm not that clever so I thought I'd join because I really want to know more.. I believe in simplicity and making a new site I found a free JS that suited me just fine for what I intended.. this is it:
<!-- TWO STEPS TO INSTALL IMAGE VIEWER:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://javascript.internet.com -->
<!-- Begin
function changeImage(filename)
{
mainimage.src = filename;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<p>
<a href="javascript
:changeImage('image-viewer/image1.jpg')">Image 1</a>
<a href="javascript
:changeImage('image-viewer/image2.jpg')">Image 2</a>
<a href="javascript
:changeImage('image-viewer/image3.jpg')">Image 3</a>
<a href="javascript
:changeImage('image-viewer/image4.jpg')">Image 4</a>
</p>
<p>
<img name="mainimage" src="image-viewer/blank.jpg"></p>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.14 KB -->
Staying on one page, it will display lots..
So I made it work on my preferred browsers, which now are primarily Chrome and Safari, and this JS works beautifully, and then for a last check in Firefox there is a fat nothing happening??!
I tried as much as my capacity goes and I'm stuck in a zillion FAQ's and what not. I give up, I'm tired, and real fed up w. trying to 'please' FF!!
I'm hoping it's as simple silly as having to add no border to img so FF get's it too, but here I'm lost.. Help or pointers would be mighty appreciated
Thanx in advance