使用前加载内容
我有一个菜单,由五个 div 组成,每个 div 都有一个背景图像。鼠标悬停时,背景会发生变化。问题是在第一个鼠标悬停时加载第二个图像...我怎样才能同时加载所有图像?怎样才能先获取资源,再使用资源呢?我现在正在使用 wordpress 和 mootools,所以对于这些特定框架的任何答案都会很好。
I have a menu that consist in five divs with a background image each. On mouseover, the background changes. The problem with this is that is loading the second image on the first mouseover... How can I do to load all the images at the same time? How can I get the resources first, and then use them? I'm using wordpress and mootools right now, so any answer for those specific frameworks would be nice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用CSS Sprites
Use CSS Sprites