bx_loading

Does anyone know why a beautiful loading image and fog is set at top:0 left:0? and how do you get it to stay over the div you use bx_loading() in.

Just curious if anyone has come across this same thing.

sup
Quote · 11 Oct 2011

Ok, I answered my own question.  If anyone ever comes across this situation, there are a few lines missing in the jquery function bx_loading.

Open inc/js/common_anim.js

Find the $.fn.bx_loading function:

Add two lines under the set main section:

            /*--- Set Main ---*/           
            oLoading.width(iWidth);
            oLoading.height(iHeight);

            oLoading.css('left', oOffset.left);
            oLoading.css('top', oOffset.top);

 

And your beautiful loading box will be inside it's parent and not off in the top/left.

sup
Quote · 11 Oct 2011

Turns out I was overlooking an important function that doesn't require any changes and saves alot of time in developing ajax windows.  Thanks for no responses anyway, I'm sure ya'll are busier than me  :)

sup
Quote · 28 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.