Return to Snippet

Revision: 9147
at October 22, 2008 21:38 by neal_grosskopf


Initial Code
#preload { background-image: url(image.png); position: absolute; left: -9999px; } #preload { background-image: url(image.png); visibility: hidden; }
#preload { background-image: url(image.png); background-repeat: no-repeat; background-position: -9999px -9999px; }

Initial URL
http://www.nealgrosskopf.com/tech/thread.asp?pid=23

Initial Description
A series of tests to determine the best way to preload css images on elements that by default are hidden.

Initial Title
CSS Image Preload - :hover Pseudo Selector Parent Of display: none Elements

Initial Tags
css, html

Initial Language
CSS