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?
#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?