Answered step by step
Verified Expert Solution
Question
1 Approved Answer
M 1 1 Exercise 1 Do an image rollover with CSS In this exercise, you ll do an image rollover by using background images. When
M Exercise Do an image rollover with CSS
In this exercise, youll do an image rollover by using background images. When youre done, the
page will look as shown below before and after the rollover. Estimated time: minutes.
Open these HTML and CSS files, and run the HTML file:
shortexercisestownhallspeakerscxsampson.html
shortexercisestownhallstylescxrollovers.css
Note that it displays the image for Scott Sampson sampsondinosaur.jpg as shown above.
Modify the HTML and CSS as shown in figure so the image changes to the image for
Andrew Ross Sorkin sorkindeskjpg when the user hovers the mouse over the original
image. To make this work, set the height and width properties for the element to px
Because the images arent quite that size, youll also need to set the backgroundrepeat
property to norepeat.
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