[jQuery] tweenBox

[jQuery] tweenBox

Hi Everyone
Some improvements that I would like to see done to the thickbox or the new tweenBox are:
Be able to define the width of the box in % so that more of the width and height of the screen can be use. Ideally I would like to be able to do something like
<a href="http://netvibes.com" title="http://netvibes.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">netvibes.com</a> reader.
Be middle click the link that would take me to a site that has the same functionality as the tweenBox. right now I hacked it so when you left click the link it gives you back the page
xlogin.php and when you mouse click you the link takes you to login.php.
Also I would like to be able to display some sort of text in the top of the tweenBox.
A back button would be nice. But not necessary :P.
A Bug I found in the current thickbox is that if you have a selection form element  in IE it will stay on top of the light box. I fixed this by hiding any select elements on the page.
Just add
$('select').hide();
and $('select').show(); in appropriate places.
Thanks
Cody Lindley
Will Jessup
and everyone else at JQuery
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/