[jQuery] Re: Question about BlockUI Plugin.

2007-04-17 Thread Mike Alsup
Oscar, You can customize the CSS by overriding values in the the defaults object. Details are available here: http://www.malsup.com/jquery/block/#override Mike I am trying to use it, but the wainting message does't appear align into the center. Is it use a css? Where could get it?

[jQuery] Re: Question about BlockUI Plugin.

2007-04-17 Thread oscar esp
Thanks!!! It works fine. Do you know if it is posible to use something like: link rel=stylesheet href=/InmoFusion2/libs_Ext/jquery/css/ thickboxCmp.css type=text/css media=screen instead of change the CSS using defaults? Thanks On 17 abr, 13:58, Mike Alsup [EMAIL PROTECTED] wrote: Oscar,

[jQuery] Re: Question about BlockUI Plugin.

2007-04-17 Thread Mike Alsup
You can try. The selector you'd want to use would be: div.blockMsg { /* your styles here */ } You may also want to do this to suppress the default styling: $.blockUI.defaults.pageMessageCSS = {}; I haven't tried this myself so I'm not sure how well it will work. Mike On 4/17/07, oscar