css 图像预加载

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 图像预加载相关的知识,希望对你有一定的参考价值。

#grass { background: url(images/grass.png) no-repeat -9999px -9999px; }
#grass:hover { background-position: bottom left; }

/* Load the image on the element's regular state, 
    only shift it away with background position. 
    Then move the background position to display it on hover.*/

以上是关于css 图像预加载的主要内容,如果未能解决你的问题,请参考以下文章