google+javascriptbanktwitter@js_bankfacebook@jsbankrss@jsbank
Guest, register






4 Simple Solutions To Preload Images using CSS or JavaScript Sometimes we need to JavaScript preload images on the web pages for some predicted purposes. And this post is a should-stop to read, because this post provides you 4 simple solutions to preload necessary images on your web pages using CSS, preload images with jQuery and JavaScript, Mootools preload images. All solutions are very simple to implement, please go to the full-post page for detailed instructions and JavaScript example codes.

Check our other solutions to preload your images:
- Best Ways to Preload Image JavaScript with CSS, AJAX
- Image Preloader MKII
- Preload Image with progress bar


Free iPage Web Hosting for First Year NOW



If you're still looking for a reliable web host provider with affordable rates, why you don't take a little of time to try iPage, only with $1.89/month, included $500+ Free Extra Credits for the payment of 24 months ($45)?

Over 1,000,000+ existisng customers can not be wrong, definitely you're not, too! More important, when you register the web hosting at iPage through our link, we're going to be happy for resending a full refund to you. That's awesome! You should try iPage web hosting for FREE now! And contact us for anything you need to know about iPage.
Try iPage for FREE First Year NOW

If you use an image for the background image of an element on a mouseOver or :hover event(for example, navigation menu which images are used), the image will not load until the first :hover event if you only apply that background-image in the CSS for the :hover state. The preloader will help you with this! It’ll load those images when the page loads and stores them in your browsers cache. So avoid delays with rollover effects. In this article, you’ll learn 4 ways to preload images with CSS or javascript technique.

OPTION 1: Use A Little CSS(display:none;)

1#preloadedImages {
2       width: 0px;
3       height: 0px;
4       display: inline;
5       background-image: url(path/to/image1.png);
6       background-image: url(path/to/image2.png);
7       background-image: url(path/to/image3.png);
8       background-image: url(path/to/image4.png);
9       background-image: url();
10}

and below is another sample:

1ul{
2margin: 0;
3padding: 0;
4list-style-type: none;
5font: 13px ‘Lucida Grande’, Arial, sans-serif;
6}
7ul li{
8display: inline;
9}
10ul li a{
11display:block;
12width:120px;
13text-decoration: none;
14padding: 0.3em 1em;
15color: #000;
16background:url(images/link.gif);
17}
18ul li a:hover{
19width:120px;
20background:url(images/hover.gif);
21}

OPTION 2: Preload The Images With JavaScript

1<script type="text/javascript" language="JavaScript">
2companyLogo = new Image();
3companyLogo.src = "logo.gif";
4</script>

You will need to have the two lines of JavaScript for each image you want to preload, and you will need to browser has to support JavaScript and have the two lines of JavaScript in your site.

OPTION 3: Automatically Preload images from CSS With jQuery

You can download a jQuery plugin from here, attached the jQuery javascript library and preloadCssImages.jQuery_v5.js to your page, and call $.preloadCssImages(); The source code like this: 

1$(document).ready(function(){
2  $.preloadCssImages();
3});

OPTION 4: Stick The Images In a Hidden Frame

A hidden frame is just a frame window set to 0%.

iPhoneKer.com
Save up to 630$ when buy new iPhone 15

GateIO.gomymobi.com
Free Airdrops to Claim, Share Up to $150,000 per Project

https://tooly.win
Open tool hub for free to use by any one for every one with hundreds of tools

chatGPTaz.com, chatGPT4.win, chatGPT2.fun, re-chatGPT.com
Talk to ChatGPT by your mother language

Dall-E-OpenAI.com
Generate creative images automatically with AI

AIVideo-App.com
Render creative video automatically with AI

JavaScript by day


Google Safe Browsing McAfee SiteAdvisor Norton SafeWeb Dr.Web