Preload :hover images in CSS
Something I'll have to take advantage of since fixing this site's menu with PNGs is proving to be a pain in the butt.
a,
a:hover,
a:focus { background: url(image_hover.gif); }
a:link { background: url(image_default.gif); }

Posted in Design | 0 Comments | Add yours
Comments and TrackBacks
This entry currently has no comments or trackbacks.
Post a comment
Comment guidelines: I reserve the right to edit/delete any comment I deem inappropriate, but I will not moderate opinions. Your name, email address, and comment are required. Your email will never be displayed, so please use a valid one in case I need to contact you.
Line breaks are automatically converted, so no need to use paragraph or line break tags. Some HTML is allowed (a href
, strong
, em
, ul
, li
, blockquote
), but please do your best to keep this site valid by using proper XHTML.