Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Background Reload Re: [Solved] Background Reload

#74389
noahgelman
Participant

That is because you are using so many images in your navigation. Since it has to fetch each one, it’s too slow. That whole thing should just be one image. Make the image a "Sprite". Here’s is Chris’s tutorial to do so.

https://css-tricks.com/video-screencasts … s-sprites/