Hey Klaus,
There's a file missing for the plugin. The image
/images/button_close.png is listed in the css but is not actually
included. Can you email that to me?
Rey...
Rey Bango wrote:
Hey Klaus,
Personal preference tells me that the latter option is much more
readable so if I had a choice, I would with:
$('a').thickbox(function() {
fxShow: { height: 'show' },
fxSpeed: 1000
});
Rey...
But: I had the need for customizing TR in mind from the beginning,
thus you will be able to do the following:
$('a').thickbox(function() {
animate: { animation: { height: 'show' }, speed: 1000 }
});
Does that suit your need? Should I use parameters differently? Like:
$('a').thickbox(function() {
fxShow: { height: 'show' },
fxSpeed: 1000
});
That would be similiar to the tabs.
If you like, you can test if that works!?
--Klaus