I have rollover thumbs that fade on my page but id like the text to slide into place instead of fading on but with a transparent colored bar under the text.
$(document).ready(function()
{
$("img.b").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "70");
},
function() {
$(this).stop().animate({"opacity": "0"}, "100");
the way it operates now
http://toddheymandirector.com/REEL/
how id like it to operate