Jump to content

[SOLVED] image preloader problems


michaellunsford

Recommended Posts

Okay, so this works in safari, but nothing else. Does it need a separate div id for each image I want to load?

 

<style type="text/css">
#preloader {
	height:1px;
	width:1px;
	background:url(images/index_04__01.jpg);
	background:url(images/index_04__02.jpg);
	background:url(images/index_02__05.jpg);
	background:url(images/index_02__06.jpg);
	background:url(images/index_05__08.jpg);
	background:url(images/index_05__10.jpg);
	background:url(images/index_02__21.jpg);	}
</style>
<div id="preloader"></div>

Link to comment
https://forums.phpfreaks.com/topic/65918-solved-image-preloader-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.