CSPP552: Web Programming, JavaScript part 11
Image Rollover (Mouseover)
- Most common use of JavaScript
- The idea:
- Tag image with a name
- Detect movement over the image with event handler
- When the event handler activates, change the source of the image
- Doesn't work with PNG images on Netscape 4
Next