You can do neat things by editing CSS-rules via JavaScript. See the
examples in lecture slides. Then try these:
Select the div with
an id "carimage" and move it 200px left and 500px down
Write a funtion doMove() which will move the image across the
screen, or even better: back and forth on the screen. The Interval
required has already been added to the onclick -event of the list
item.
Wite a function fadeOut() which will slowly decrease the opacity of
the image from 1.0 to 0 making it fade out. The Interval required
has already been added to the onclick -event of the list item
Finally, write
JavaScript which will remove the image from the page