-
Preload rollover images without any extra CSS or Javascript
Using alternate background images for "active" elements, or when hovering over an element is extremely common. In changing the image, however, unless precaution is taken, a flicker or delay is to be expected while the alternate image is loaded. I often use a single image that contains many possibilities and simply shift it's position around using CSS depending on the specific button in my custom website designs.
Also categorized under css, website development
