Re: Looking for a simple gallery.
You might try this one, if you would like to show thumbnails that expand to full size on rollover. It's VERY simple to use.
Here's step by step:
1. download the "expando.js" from their site.
2. rename it to jscript_expando.js and upload it to your includes/templates/YOUR_TEMPLATE/jscrip/
3. Forget about all the code you see on their page.......just copy and paste this part into your stylesheet.css:
Code:
img.expando{
border: none;
vertical-align: top;
}
4. In your EZ-Page, select either select plain text before you click edit, or leave it on HTML, then select "source" (<>) from the editors' menu icons, and insert this:
Code:
<img class="expando" border="0" src="images/image.jpg" width="100" height="75">
Of course, you'll have to change the image name to your image name. And the example above also assumes that you uploaded your image into the main image directory.
So, trust me........ don't get lost in all of their directions......go there, download the expando.js, come back here, follow THESE directions, and your image will be on your page and expanding to full size on mouseover in about 5 minutes or less.
If, for some reason you have any problems........don't hesitate to ask.
They have several other scripts, but this is one of the simplest to install and use.
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!