hello,
current situation:
i have an <a href=""></a>
which has a css background image.
in css i have the :hover pseudo class to change the backgroundposition.
i would like to fadeIn
and fadeOut
the two different backgroundimages with jquery
i do not have to animate the backgroundposition, but fadeIn
and fadeOut
two different css classes. is that possible? or do i need an other approach?
thanks in advanced!