javascript - Jquery blockUI - Centering an image -
javascript - Jquery blockUI - Centering an image -
i trying show image text in center of blockui.
so far have managed absolute positioning need fit res.
this have far.
$('#maindiv').block({ message: '<div style="position: relative; width: 200px;">' + '<img src="pic.png" style="z-index: -1; width:200px" />' + '<p style="position: absolute; top: 40px; left: 60px;">wait</p>' + '</div>', css: { backgroundcolor: 'transparent', border: 'none' }
});
the problem 'maindiv' can in different sizes , sizes div not centered.
javascript jquery html css jquery-ui
Comments
Post a Comment