Try setting the 'centerY' property to false: $.blockUI({ css: {top: '150px', width: '40%', padding: '2px', border: 'none'}, centerY: false });
On Mar 6, 11:45 am, Chuck <kaspers...@gmail.com> wrote: > Hi, > > I'm passing to blockUI an array of options: > > {top: '150px', width: '40%', padding: '2px', border: 'none'}; > > And top appears to be completed ignored! The other options are used, > but the message is consistently drawn centered vertically; no matter > what I pass as the value for top. > > Any thoughts? > > thanks, > jab