wolfcry044
03-04-2007, 04:50 AM
I am using a preloader on the site I'm building, and it works fine on my own server, but it does not work at all on my churches server (the server the site is going to be on). I have been trying to figure it out all day long, but I can't. I uploaded the same exact site to my server and it works perfectly. They also, work fine in Firefox on both sites but on the columbiaheights.org one they don't work properly in IE.
The links to the sites are as follows:
1. The one that does not work:
http://columbiaheights.org/columbiaheightsnew/index.php
2. The one that works:
http://www.uafclan.com/columbiaheightsnew/index.php
I have the following code in my files for the preloader:
This code is in the index.php file (index.php is the only page I have so far):
<style type="text/css">
.hiddenPic {display:none;}
</style>
And here is the code I have in my header.php file which is an include:
<!-- Display the hidden preload images to cache so page loads in a zap -->
<!-- Buttons -->
<img src="http://www.uafclan.com/wolfcry/columbiaheights/hoveredcategory.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/firststate.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/hoveredbutton.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/topbuttonfirststate.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/topbuttonhover.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<!-- Website Images -->
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/banner.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/buttonbackground.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/picturebackground.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/underpicturebar.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<!-- END Preloader Images -->
The links to the sites are as follows:
1. The one that does not work:
http://columbiaheights.org/columbiaheightsnew/index.php
2. The one that works:
http://www.uafclan.com/columbiaheightsnew/index.php
I have the following code in my files for the preloader:
This code is in the index.php file (index.php is the only page I have so far):
<style type="text/css">
.hiddenPic {display:none;}
</style>
And here is the code I have in my header.php file which is an include:
<!-- Display the hidden preload images to cache so page loads in a zap -->
<!-- Buttons -->
<img src="http://www.uafclan.com/wolfcry/columbiaheights/hoveredcategory.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/firststate.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/hoveredbutton.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/topbuttonfirststate.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<img src="http://www.uafclan.com/wolfcry/columbiaheights/topbuttonhover.png"
alt="preloadimage" title="preloadimage"
height="21" width="103" class="hiddenPic">
<!-- Website Images -->
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/banner.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/buttonbackground.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/picturebackground.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<img src="http://www.columbiaheights.org/columbiaheightsnew/main/assets/underpicturebar.png"
alt="preloadimage" title="preloadimage"
height="71" width="876" class="hiddenPic">
<!-- END Preloader Images -->