tags:

views:

21

answers:

1

I am trying to align block ui message on top left of blocked element but not succeeding ? Does the centerX,centerY options only work for page blocking ?

$('#Block').block({message:'<h2> <IMG SRC="images/ajax-loader.gif" /> Please wait...</h2>',centerY:0,css: { border: '3px solid #a00' }});   
+1  A: 

Here's my way :

jsFiddle

Chouchenos
Thanks, I missed the CSS part =). That works flawlessly.
Popo
and the centerX too (in your example) :p
Chouchenos
Hehe alright =)
Popo