I'm a js logic clutz, I tried adding. .fadeOut("slow"); to the place in the function where it called remove, that didn't work. IT broke the TB trying that. Here's the goNext function just if somebody can give me a quick code sample: --------------------- if (!(TB_NextHTML === "")) { function goNext(){ $("#TB_window").remove(); $("body").append("<div id='TB_window'></div>"); tb_show(TB_NextCaption, TB_NextURL, imageGroup); return false; } $("#TB_next").click(goNext);
} -------------------- On May 24, 9:49 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Take a look at his goNext and goPrev functions, that is where, I assume, you > can put in the transition affects. > > -- > Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com