add loader inside the modal code example

Example 1: add loader inside the modal

############### CSS ##################

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/preloader.gif) center no-repeat #fff;
}

############### HTML ###################

Example 2: add loader inside the modal

############### CSS ##################

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/preloader.gif) center no-repeat #fff;
}

############### HTML ###################

Tags:

Misc Example