Mike, I decided that I was going to drop the modalContent plugin since this
in essence was the same thing, but having it do some stuff automatically, as
I had with modalContent, would be pretty nice.  What do you think of adding
a third bool flag that if set, tells it to calculate the margin and
dimensions?  Then I would truly be set to put modalContent to bed and direct
all traffic to blockUI.  It's silly for me to maintain a plugin that does
everything that one of the core svn plugins does over a few minor functional
differences.

Thoughts?

Gavin






On 1/25/07, Mike Alsup <[EMAIL PROTECTED]> wrote:

> Marc, you're right - this should be documented!

I updated the docs with the following:



IMPORTANT NOTE ON STYLES AND POSITIONING:
----------------------------------------
The default styling of the blocking message includes the following:

   top:50%;left:50%;width:250px;margin:-50px 0 0 -125px

These styles work well for common messages like "Please wait".  If you
require different positioning
or if you're using long messages, or message elements with a height
significantly greater than
100px please use the css argument to provide the necessary styles for
your message.

In addition to the positioning styles mentioned above, the following
styles are also
applied by default:

    padding:0;text-align:center;background-color:#fff;border:3px solid
#aaa

The css argument can be used to override any of these styles.

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

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

Reply via email to