Click to See Complete Forum and Search --> : Background image on hover! When does it load?


bokeh
05-25-2005, 06:09 PM
If my page contains the following:

#abc:hover {
background-image: url(1.jpg);
}

at what point will that image be loaded?
When the page loads?
Or when the point is first placed over it?

BonRouge
05-25-2005, 10:03 PM
On hover.
You can fix that by putting the image in the html but styled so that it's invisible.

http://bonrouge.com/br.php?page=rollover2