Thanks Vragabond,
It certainly seems to be preloading/loading the images. I get no lag at all when I click on a thumbnail but the initial page loading is painfully slow.
I'm not bothered about having a slight lag on the inital load of an image when the thumbnail is clicked if that mean the rest of the page loads quickly.
Here's my code
HTML
Code:
<div id="container_top">
<div class="thumbs">
<a class="gallery slidea" href="#nogo"><em><img src="images/Image00001.jpg" alt="Artistic Nude" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideb" href="#nogo"><em><img src="images/Image00002.jpg" alt="" title="Artistic Nude" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidec" href="#nogo"><em><img src="images/Image00003.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image/span></a>
<a class="gallery slided" href="#nogo"><em><img src="images/Image00004.jpg" alt="" title="T" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidee" href="#nogo"><em><img src="images/Image00005.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidef" href="#nogo"><em><img src="images/Image00006.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideg" href="#nogo"><em><img src="images/Image00007.jpg" alt="" title="T" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideh" href="#nogo"><em><img src="images/Image00008.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidei" href="#nogo"><em><img src="images/Image00009.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidej" href="#nogo"><em><img src="images/Image00010.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidek" href="#nogo"><em><img src="images/Image00011.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidel" href="#nogo"><em><img src="images/Image00012.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidem" href="#nogo"><em><img src="images/Image00013.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery sliden" href="#nogo"><em><img src="images/Image00014.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideo" href="#nogo"><em><img src="images/Image00015.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidep" href="#nogo"><em><img src="images/Image00016.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideq" href="#nogo"><em><img src="images/Image00017.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slider" href="#nogo"><em><img src="images/Image00018.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slides" href="#nogo"><em><img src="images/Image00019.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidet" href="#nogo"><em><img src="images/Image00020.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slideu" href="#nogo"><em><img src="images/Image00021.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidev" href="#nogo"><em><img src="images/Image00022.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidew" href="#nogo"><em><img src="images/Image00023.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
<a class="gallery slidex" href="#nogo"><em><img src="images/Image00024.jpg" alt="" title="" /></em><span>Artistic Nude<br />Click For Full size image</span></a>
</div>
<h1>Artistic<br /><br />Nudes</h1>
</div>
CSS
[/code]
a, a:visited {color:#000;}
/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; float:left; margin:4px; z-index:50;}
a.slidea {background:url(artisticthumbs/Image00001.jpg) no-repeat;}
a.slideb {background:url(artisticthumbs/Image00002.jpg) no-repeat;}
a.slidec {background:url(artisticthumbs/Image00003.jpg) no-repeat;}
a.slided {background:url(artisticthumbs/Image00004.jpg) no-repeat;}
a.slidee {background:url(artisticthumbs/Image00005.jpg) no-repeat;}
a.slidef {background:url(artisticthumbs/Image00006.jpg) no-repeat;}
a.slideg {background:url(artisticthumbs/Image00007.jpg) no-repeat;}
a.slideh {background:url(artisticthumbs/Image00008.jpg) no-repeat;}
a.slidei {background:url(artisticthumbs/Image00009.jpg) no-repeat;}
a.slidej {background:url(artisticthumbs/Image00010.jpg) no-repeat;}
a.slidek {background:url(artisticthumbs/Image00011.jpg) no-repeat;}
a.slidel {background:url(artisticthumbs/Image00012.jpg) no-repeat;}
a.slidem {background:url(artisticthumbs/Image00013.jpg) no-repeat;}
a.sliden {background:url(artisticthumbs/Image00014.jpg) no-repeat;}
a.slideo {background:url(artisticthumbs/Image00015.jpg) no-repeat;}
a.slidep {background:url(artisticthumbs/Image00016.jpg) no-repeat;}
a.slideq {background:url(artisticthumbs/Image00017.jpg) no-repeat;}
a.slider {background:url(artisticthumbs/Image00018.jpg) no-repeat;}
a.slides {background:url(artisticthumbs/Image00019.jpg) no-repeat;}
a.slidet {background:url(artisticthumbs/Image00020.jpg) no-repeat;}
a.slideu {background:url(artisticthumbs/Image00021.jpg) no-repeat;}
a.slidev {background:url(artisticthumbs/Image00022.jpg) no-repeat;}
a.slidew {background:url(artisticthumbs/Image00023.jpg) no-repeat;}
a.slidex {background:url(artisticthumbs/Image00024.jpg) no-repeat;}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}
/* styling for TOP gallery */
#container_top {position:relative; width:780px; height:1025px; background:#d1c8c3; border:1px solid #a49188; margin:1em auto;}
#container_top img {border:0;}
#container_top .thumbs {position:absolute; left:0; top:0;}
#container_top a.gallery:hover span {display:block; position:absolute; width:780px; height:50px; top:250px; left:5px; padding:5px; font-style:italic; color:#fff; z-index:100;}
#container_top a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_top a.gallery:active, #container_top a.gallery:focus {border:1px solid #000;}
#container_top a.gallery:active em, #container_top a.gallery:focus em {display:block; position:absolute; width:780px; height:250px; top:300px; left:185px; padding:5px; color:#000; border:0px solid #3d330f; z-index:50;}
#container_top h1 {clear:both; margin:0; padding-top:300px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_top h1 em {font-size:0.6em; color:#000;}
[/code]
Thanks,
Richard