Preloading problems in IE

This is a discussion on "Preloading problems in IE" within the JavaScript Forum section. This forum, and the thread "Preloading problems in IE are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 2nd, 2006, 09:33
New Member
Join Date: Jun 2006
Location: london
Age: 26
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Preloading problems in IE

Hi Guys,

I'm using the following script to preload pictures and it works fine everywhere except for in IE. In IE it just says "loading 2 images....." but it never stops.


if (document.images)
{
img1 = new Image();
img2 = new Image();
img1.src = "Images/aboutus_down.gif";
img2.src = "Images/products_down.gif";
}

I hope you know the solution to this problem...

Cheers

Mikael
Reply With Quote

Reply

Tags
preloading, problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preloading images, anything i should know? Zonglars JavaScript Forum 8 Jul 23rd, 2007 12:03
preloading using a swf? nikising Flash & Multimedia Forum 7 May 23rd, 2007 08:42
podcast preloading matthewpage Flash & Multimedia Forum 3 Oct 25th, 2006 14:28
preloading CSS in a webpage shahid Web Page Design 1 Oct 1st, 2005 02:19
Preloading Images dannc Flash & Multimedia Forum 3 Feb 22nd, 2004 19:21


All times are GMT. The time now is 01:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43