Interesting, and thank you. Unfortunately altering the preloader or eliminating the preloader produces less than desirable results in all three browsers. The level of abstraction - callbacks to callbacks - is what's making me lose hair prematurely, but I'll keep trying to work through it.
On Nov 17, 11:40 pm, Dave Methvin <dave.meth...@gmail.com> wrote: > > In IE 8 on the PC I get an "Unexpected call to method or property > > access." > > Line: 733 Char: 9 -- this.appendChild(i); is the offending call; i is > > an image object created as part of the pre-loader where this is found. > > When I use the built-in IE8 debugger it says that the "this" object in > that line is an IMG element. You're not supposed to append children to > an IMG element. -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=.