Gavin M. Roy schrieb:
> I found the issue, it seems blockUI is hardcoded to have a width of 
> 250px and a height of 100px.  It seems to me that it should attempt to 
> get the css attributes of the content being passed in, to based it off 
> of that.  Note that if you override the height and width in the call, 
> you still have to override the margins as well:
>
> $.blockUI($('#alternateAddress')[0], {border: '0px', height: '459px', 
> width: '387px', margin: '-230px 0 0 -193px'});

That's a usefull information! IMHO, it should be added to the docs of 
blockUI if there aren't any complaints.

Thanks Gavin (Had the - for me unsolved - issue myself some time ago, 
but I was just experimenting these days),

--Marc

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to