Assignment #4
Create a single HTML page that uses javascript to replace multiple images.
Use at least five hot spots.
Use CSS for all layout and styling.
Phase One Due: Monday, March 3
Must be posted to your student account in its own folder.
EXAMPLES of image swapping (with code)
Medium: Text with Image on the Internet.
File Size Limit: Think WWWeb.
Required Elements:
Images: At least two images must be changed by every Anchor tag.
Events:
onmouseover, onmouseout, onmousedown, onclick
(remember to terminate your onclick events with return false;)