Hi!
When I assign a different background image "on hover" for an element, such
as
a {background-image:url(norma l.gif);}
a:hover {background-image:url(hover .gif);}
is the hover image then automatically preloaded by the browser? Or would I
have to include a JavaScript preload to make sure? (Mozilla seems to
preload, but I can't get any preloading to work on my IE5 - not even with
JavaScript; but maybe there's just something wrong with my configuration,
though I have no clue what...).
Thomas
When I assign a different background image "on hover" for an element, such
as
a {background-image:url(norma l.gif);}
a:hover {background-image:url(hover .gif);}
is the hover image then automatically preloaded by the browser? Or would I
have to include a JavaScript preload to make sure? (Mozilla seems to
preload, but I can't get any preloading to work on my IE5 - not even with
JavaScript; but maybe there's just something wrong with my configuration,
though I have no clue what...).
Thomas
Comment