[jQuery] Re: BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Kush Murod
Hey Mike, you rock dude, :) You need to manage the margins yourself, the plugin doesn't do it for you. Try this: $.blockUI({ width:'450px;', marginLeft:'-250px'});

[jQuery] Re: BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Mike Alsup
Hi Kush, You need to manage the margins yourself, the plugin doesn't do it for you. Try this: $.blockUI({ width:'450px;', marginLeft:'-250px'}); Mike On 4/18/07, Kush Murod <[EMAIL PROTECTED]> wrote: Hi guys, I have a problem where if I specify message box css like so $.blockUI({ pa