June 2013
Beginner
482 pages
11h 16m
English
After completing this chapter, you will be able to
Understand both new and old methods for creating rollover or hover images using JavaScript.
Preload images using JavaScript.
Create a slide show of images.
Enhance image maps using JavaScript.
The term image rollover refers to changing an image when a user moves the mouse over it, to provide visual feedback about the mouse location on the screen. The more common term for rollover is now hover. Although this technique has been largely supplanted by Cascading Style Sheets–based solutions, because this is a JavaScript book, I show you only the JavaScript methods for creating hovers. You can still benefit from learning how JavaScript-based ...
Read now
Unlock full access