Tagged Questions
3
votes
2answers
1k views
Does multiple CSS files affect load time?
Does using multiple CSS files (default.css, print.css, mobile.css...) affect a website's load time?
11
votes
3answers
4k views
How to pre-load images used only on hover?
I have a link that starts with one background image and then changes on hover to another. Both background images are set in the CSS. My browsers (any of them) don't seem to load the hover image ...
9
votes
6answers
882 views
How can I encourage the browser to download images from CSS file faster?
I use CSS to place a lot of my images (as backgrounds for divs) and I often find that they load very slowly this way. They seem to be the last thing to load. Even small little icon images take a ...