I am creating links in which their background change on mouse hover it's easy to make this with CSS but I want a fade-out effect for the original background showing the hover one slowly. I want to use a jQuery Plugin to make this fade (in/out) effect apply to links having certain classes.
All I want is that to make the .CLASS:hover
fade in when hovering or .CLASS
to fade out showing .CLASS:hover
slowly... without changing to different classes in which one for the original background and the other for the hovering one.