I'm gonna go out on a limb and say, "no". But you might be able to work with the browser cache by loading the bg.jpg in a hidden div. If that causes the image to be cached by the browser, then you can show the background after a significant delay and it *should* appear instantaneously.
Not tested, sorry. If you describe the effect you're trying to obtain, perhaps we can find another solution? On Oct 12, 11:44 am, gjhames <[EMAIL PROTECTED]> wrote: > It's possible to callback a function when a background image of an > element, defined in css, finish to loads? Example: > > div#mydiv { > background-image: url(files/bg.jpg); > > } > > Thanks.