Anatomy of a JavaScript Picture Puzzle JavaScript / Image Effects
This simple JavaScript picture puzzle contains a unique feature. It uses DHTML techniques to show individual sections of a single picture, so it doesn't need multiple graphics files for the various slices.
Javascript Slide Show JavaScript / Image Effects
In that tutorial, we saw how we could use Javascript to change one picture to another without having to reload the page. Now we'll see how a picture can shift to another and then to another and so on without using onMouseOut or onMouseOver to perform these changes.
Swap Images with Javascript JavaScript / Image Effects
Almost everyone has visited webpages where an image changes when you move the mouse over it or click on it without the page having to reload. This is a common effect and can be easily achieved with Javascript. Any browser can show this Image Swap effect, unless you are using an old browser like IE 3.0, which is very unlikely these days.
Image Flip JavaScript / Image Effects
This is a great effect. When the mouse passes over the image, it changes. It's JavaScript-driven and a little tricky, but you'll get it.
Image Thumbnail viewer JavaScript / Image Effects
Image Thumbnail Viewer is a compact, unobtrusive image viewer that can be applied to any link on the page to load the desired image inside a sleek interface based on the link's "href" value. This script will center the enlarged image on the page and optionally display a text description of the image.