check if background image has loaded completely

by kalai 2010-01-27 19:10:11

condition to check background image is completely loaded or not

if(document.getElementById(DivID).BackgroundImageLoaded == true){
document.getElementById(DivID).style.left = document.getElementById(DivID).style.left - 1;
}

Tagged in:

1132
like
0
dislike
0
mail
flag

You must LOGIN to add comments