Hey y’all. This is driving me mad, I’ve been hatching eggs in front of the computer for days now searching for a good “gallery-like” script to display my websites. What i am looking for is something similar to this: http://www.xhtml-css.eu/
Scroll down to “website samples”. There are thumbnails of websites, when clicked upon this brings a small box sliding from the bottom of the screen and this very box contains a thumbnail and a short description.
Now I want to make a small showcase so I’ve been searching for a script, there are numerous of wonderful gallery scripts out there but most of them ideal to display photos, not thumbnails of websites.
Now when I tried to install this mooslide script, I just couldn’t get a few missing things.
- How do i add a link IN THE CONTAINER box of the mooslide
- how do i make the image that you see when you click on the thumb link to somewhere.
For example: http://www.samlander.com.au/albums/mooslide/
Click on the first image. I want the bride image to link to an even bigger image, and the text to also contain a link.
Is this possible?
<div style="float:left;" class="thumbnail">
<a href="test.jpg" rel="designSlide" title="Text here, but i want an A HREF LINK ">
<img src="test.gif" class="reflect" title="ffdsfsd" alt="A" width="75"
height="50" border="0" />
<span class="thumbtext">
Test
</span>
</a>
</div>
If it’s not possible, any recommendations for other scripts?