This thread seems to partially address my question, but there are no answers in that thread and most of the comments are more discussion and questions than trying to solve the OP's question...
The difference in my case from the above-mentioned post is that I have a background image that I need to fade to. As it is now, the color goes to my set color, fades to white, then to the background image. You can see it in this jsFiddle.
Is there any way to transition from my set color, then straight to transparent, rather than to white and then transparent?
UPDATE:
After the comments with musicinmyhead I worked with UI's Position effect for a while and am still unable to get it to work in FF. I added the following code for the Position effect (see the updated jsFiddle in the link above):
$('.checkwrap').position({
'my': 'left top',
'at': 'left top',
'of': $('#classesTable td:eq(0)')
});
Adding that had no "effect" (pardon the pun), so I'm wondering if I'm just getting the syntax wrong. I also tried messing with the css to see if that change anything - well, it did, but nothing that I did fixed it...