Have a new project in the pipeline?
Proposal Form1st February, 2011
In mid-January we started work on website re-design, part of the spec was to create a fun and colourful navigation that offered something different… So, following a couple of design concepts we had a design and idea signed off. All was looking and working well until I noticed one of several .png files that makeup the navigation took longer than others to load! From a website usability perspective it was one of those Arrr moments!
I asked the question, “How can I preload an image using just CSS?” Well, website browsers load information within a webpage from top to bottom… So by adding:
to the top of your web page, the browser will load ‘preload-me-first.png’ (into your computers memory) before information at the bottom of your page… By placing the above code just after the <body> tag you will guarantee to preload an image(s) using just CSS… Finally, it is also worth setting the width and height attributes to add a little extra speed.
So there you have it, how to preload an image using just CSS… Enjoy!
10th March, 2022
16th September, 2020
7th July, 2020
1st July, 2020
12th June, 2022
23rd May, 2022
20th May, 2022
11th May, 2022