Scroll picture gallerys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anyone tell me how to do a scroll picture gallery that scrolls across
the screen and when a picture is pressed on it will become bigger.

Please Help!!
 
Open your web
Import and insert your pictures on the page; (do it in a table) in the
design you want.
right click and "auto-thumbnail" each image.

Publish the site.
when you click on a thumbnail, it will then load the large version (in a new
window) but you have no control over the size of that window since the
"thumbnail" feature just links directly to the image, rather than an HTML
page with that image in it.

Or.

Create two versions yourself of each image - the small and large version.
Put the small one in the gallery; link it to the large image (in a new
window if you wish, a "Popup" one or whatever (use Spawn from
www.jimcosoftware.com for this). In a separate HTML file, insert the large
version of the image. In Spawn, set the popup window/page linked from each
image to match the image size for each window.

Save and publish all pages.

When you click on the small image, it will open the popup window and load
the large image.
 
Back
Top