Hi!
I would like to do a preload an image with one progressbar.
I insert a little code in CSS and into a DIV and I resize this image (in this case at 35%).
The code that I have at the moment is:

.progress-level {
background: url(progress.png) no-repeat left center;
height: 39px;
}

<div class="progress-level" style="width: 35%;">

How it's possible to insert a photo into a div but before this photo loaded into a div I see the progressbar and then see the image?
thank's!

It is impossible to know the percentage of the image that is loaded, but you can use some preloader image.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.