Sort of like a "Lightbox 2" effect but only on the elements pointed by a mouse. I don't even know how to start. Any advice would be awesome, thanks.
Like this:
$(function() {
$('*').fadeTo('fast',0.5).hover(function() {
$(this).fadeTo('fast',1);
}, function() {
$(this).fadeTo('fast',0.5);
});
});
Demo: http://jsfiddle.net/Ender/vJQDx/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With