I have a Div, and inside the div is a picture link.
Code:
<div id="gallerypreview"><a href="#"><img src="/images/art/toothyprev.gif" /></a></div>
I want when I hover over the image link, to change the background of the div it's in (via background-position)
Is this possible in css?
|