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.
|
|
|
|
|
![]() |
||
Preloading problems in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
![]() |
| Tags |
| preloading, problems |
| Thread Tools | |
|
|
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 |