The body onLoad is triggered when the html is loaded, not when external
resources are loaded, but you should be able to attach an onLoad to the
image itself. I got more on this from another list:

load is triggered on a document, image, or frame when all of its contents
have fully loaded, we can observe the event to make sure that all of the
image has been loaded into memory.

Internet Explorer and Firefox have different interpretations of what to do
if the image is already in the browser cache. In this case, Firefox will
immediately send the load event to JavaScript, but Internet Explorer will
never send the event because no "load" actually occurred. To compensate for
this, we can use the complete property of the image element. This property
is set to true only if the image is fully loaded, so we test this value
first and start the animation if the image is ready. If the image is not yet
complete, then we wait for a load event to be triggered.

Possibly you could use the complete property when the body loads, and do
another check on image load.

Blair

On 7/4/07, Taco Fleur <[EMAIL PROTECTED]> wrote:
>
> live
>
> On 7/4/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
> >
> >  Maybe,
> >
> >
> >
> > Could be anything to do with browser patches, OS patches. Going to be a
> > tough one to fix I think.
> >
> >
> >
> > Btw is that a live site yet, or still in development?
> >
> >
> >
> >
> >
> > Andrew Scott
> > Senior Coldfusion Developer
> > Aegeon Pty. Ltd.
> > www.aegeon.com.au
> > Phone: +613  8676 4223
> > Mobile: 0404 998 273
> >
> >
> >
> >
> >
> > *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Taco Fleur
> > *Sent: * Wednesday, 4 July 2007 2:41 PM
> > *To:* cfaussie@googlegroups.com
> > *Subject: * [cfaussie] Re: [OT] Javascript issue on MACs
> >
> >
> >
> > Thanks, but there are people who do have the issue, must be an outdated
> > browser or something. They've sent a screenshot, and I could see the images
> > were not there.
> >
> > On 7/4/07, *Andrew Scott* <[EMAIL PROTECTED]> wrote:
> >
> > Taco,
> >
> >
> >
> > One of the guys here tested it under Firefox on OSX10.4, as well as
> > Safari and we saw no difference to what we see on the PC running IE6/7.0 and
> > firefox.
> >
> >
> >
> >
> >
> > Andrew Scott
> > Senior Coldfusion Developer
> > Aegeon Pty. Ltd.
> > www.aegeon.com.au
> > Phone: +613  8676 4223
> > Mobile: 0404 998 273
> >
> >
> >
> >
> >
> > *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Taco Fleur
> > *Sent: *Wednesday, 4 July 2007 1:05 PM
> > *To:* cfaussie@googlegroups.com
> > *Subject: *[cfaussie] Re: [OT] Javascript issue on MACs
> >
> >
> >
> > You can see images using OS9 but not OS10 using safara or explorer
> >
> > If onload would fire before the page is loaded it would cause this
> > issue, but I doubt thats teh case. But could be wrong, I don't have MACs to
> > test on.
> >
> >
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date:
> > 3/07/2007 10:02 AM
> >
> >
> >
> >
> >
> >
> > --
> > *** { . } { . } ****
> > http://www.clickfind.com.au
> > The new Australian search engine for businesses, products and services
> >
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date:
> > 3/07/2007 10:02 AM
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date:
> > 3/07/2007 10:02 AM
> >
> >
>
>
> --
> *** { . } { . } ****
> http://www.clickfind.com.au
> The new Australian search engine for businesses, products and services
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to