Topic: Link to SV Gallery
Hi Guys!
I would like to link separate thumbnail images to their relevant simple viewer galleries. I have on mouseover script for each thumbnail as follows:
<img src="http://comealive.net16.net/thumb-1.jpg" style="opacity:0.4;filter:alpha(opacity=40)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" />
And with that, I would like to link the relevant simple viewer gallery.
The webpage I am working on is here: http://comealive.net16.net/styled-3/index.html
And the relevant gallery for the first image is here: http://comealive.net16.net/SVAnieres/anieres.html
I have tried the following:
<a href="http://comealive.net16.net/SVAnieres/anieres.html><img src="http://comealive.net16.net/thumb-1.jpg" style="opacity:0.4;filter:alpha(opacity=40)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" /></a>
But it throws up a 404 page.
Does anyone know what I'm doing wrong??
Many thanks!!
Chelsea