[jQuery] BlockUI plugin: message not centered once width or padding is given
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi guys,
I have a problem where if I specify message box css like so
<pre><code class="mix"><span class="jquery">$</span>.<span
class="plugin">blockUI</span>({ padding:'50px'});
OR
$.blockUI({ width:'450px'});
</code></pre>
your message box is not centered anymore, but more to the right and
bottom
Has anyone encountered problem like this one
--Cheers,
Kush
</body>
</html>