February 2008
Beginner
416 pages
9h 53m
English
After reading this chapter, you'll be able to
Understand both new and old methods for creating rollover images using JavaScript.
Preload images using JavaScript.
Create a slideshow of images.
Enhance image maps using JavaScript.
The term image rollover refers to changing an image when the mouse is moved over it, giving visual feedback to the visitor as to the location of the mouse on the screen. Though this technique has been largely supplanted by Cascading Style Sheets (CSS)–based solutions, you still can benefit from learning how it can be achieved using JavaScript.
Rollovers take advantage of certain events that relate to mouse movement on a computer. For rollovers, these primarily ...
Read now
Unlock full access