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 图像预加载的主要内容,如果未能解决你的问题,请参考以下文章

预加载隐藏的 CSS 图像

CSS 使用CSS预加载图像

图像预加载技术(用作悬停状态 CSS 背景图像)似乎不适用于 Chrome

预加载 CSS 图像

如何在 HTML 5 中为音频、视频、css、图像创建预加载器?

CSS 使用CSS而不是Javascript来预加载图像