Answered step by step
Verified Expert Solution
Question
1 Approved Answer
this needs to be done in javascript with the functions a) Load three images of dogs and using functions with parameters do the following. (Remember
this needs to be done in javascript with the functions
a) Load three images of dogs and using functions with parameters do the following. (Remember you can call the same function multiple times sending the function different values.) b) When you move the mouse over the first image, have the second image change to a cat. c) When you move the mouse off of the first image, have the second image change back to the original dog. d) When you move the mouse over the second image, have the first image change to a picture of you. e) When you move the mouse off of the second image, have the first image change back to the original dog. f) When you move the mouse over the third image, have the second and third images change to images of Cocky. g) When you move the mouse off of the third image have all three images change to pictures of - you. Your code and images should not be like anyone else's Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started