I'm trying to figure what a simple jQuery code is to fade in an rgba background colour on hover and then fade out when you move your mouse off the div.
The reason I say "rgba" is because it needs to be 70% opaque black but if that can be done with jQuery's own opacity, then that's cool.
A perfect example is http://dalhov.se except they use a more complicated method that I'm having a hard time studying.
Thanks, Wade