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.
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 |
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.css('left', oOffset.left);
And your beautiful loading box will be inside it's parent and not off in the top/left. sup |
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 |