I know you can fade out a So I\'ve g
You need to use jQuery UI for that (color animation): (it's not working with borderColor and as for "transparent" it fades to white anyway) http://jsfiddle.net/Jacek_FH/kxCht/3/ plugin with the similar (same?) capability: http://docs.jquery.com/Release:jQuery_1.2/Effects#Color_Animations
$(".confession").animate({
borderLeftColor: "white",
borderTopColor: "white",
borderRightColor: "white",
borderBottomColor: "white",
}, 3000);