There is a link, with no background, and a css rule, which changes background on hover.
Parent bg is white, link on hover - .png background image.
How can I do a hover effect slowly, from white to my background image?
Thanks.
li a {} li a:hover { background: url(image.png) 0 0 no-repeat; }