I'm working on a site here:
http://auralaser.com/blog/
The fadeshow javascript that I'm using for the image slideshow causes "operation aborted" errors with IE7. I've read some documents on the cause of this error...
http://www.clientcide.com/code-snipp...ation-aborted/
http://weblogs.asp.net/infinitiesloo...-Crash-IE.aspx
They basically say that it's caused by appending things to an element that is not the parent element of the Javascript <script> tag before the DOM is loaded. But I know that the fadeshow script appends its images to its parent tag, and I've also stuck a defer="true" into the <script> tag for the Javascript that makes the slideshow appear. Does anyone know how I could fix this problem? Thanks for any help.