Thanks for your reply. This is how it worked...I found it in some
blog.
//BEFORE:
// _setPosition: function () {
// $(this.MBwindow).setStyle({left: Math.round((Element.getWidth
(document.body) - Element.getWidth(this.MBwindow)) / 2 ) + "px"});
// },
//AFTER:
_setPosition: function() {
$(this.MBwindow).setStyle({ top: "250px", left: Math.round
((Element.getWidth(document.body) - Element.getWidth(this.MBwindow)) /
2) + "px" });
},
> > instead of top?- Hide quoted text -
>
> - Show quoted text -