Hi, Any one knows how to center the thickbox inside the element it is contained and not in the whole view port?
Thanks On Jul 4, 3:43 am, Eric Crull <[EMAIL PROTECTED]> wrote: > In another thread Felix Geisendorfer published a little plugin that he > uses to rebind thickbox after the document has finished loading. The > line below starting "tb_show" calls the thickbox. I'm sure you could > easily use this as a starting point. > > Here's the original > thread:http://groups.google.com/group/jquery-en/browse_thread/thread/f0d3920... > > please note that in that thread, the command was TB_show, which will > not work with the newer thickbox plug-in. > > $.fn.useThickbox = function() > { > return this.click(function() > { > var t = this.title || this.name || null; > var g = this.rel || false; > tb_show(t,this.href,g); > this.blur(); > return false; > }); > > } > > On Jul 3, 10:55 am, "Anthony Leboeuf(Worcester Wide Web)" > > <[EMAIL PROTECTED]> wrote: > > Hello, > > > Is it possible to make thickbox onload instead of clicking a link? I > > need to load up a thickbox for login information. Thanks > > > -Tony