Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image preloading with CSS in Chrome Re: Image preloading with CSS in Chrome

#116448
tbwiii
Participant

Have you tried using the sprite in this way:

Put the normal bg on the list-item
Put the hover bg on the hover-state of the anchor tag
Fade the anchor’s hover-state bg in the way you are now.

Theoretically that should achieve the same look and be preloaded.