malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

How to display waiting gifs with transparency without the box and frame? #119

Open caBBAlainB opened 9 years ago

caBBAlainB commented 9 years ago

Hi, Is it possible to display an image without the default gray frame and white background? Or make both transparent. I think I want to talk about 'message' frame, not the overlay.

Regards, Alain

caBBAlainB commented 9 years ago

I found for the border but not for the background. It seems that opacity doesn't only affect the background. Any possibility?

the-noob commented 9 years ago

This is not an 'issue' but more of a question, please use a forum or http://stackoverflow.com next time.

$.blockUI({
    message: '<img src="http://www.broadwaybalancesamerica.com/images/ajax-loader.gif" />',
    css: {
        border:     'none',
        backgroundColor:'transparent'
    }
});