I'm working with a bit of Google code - http://code.google.com/p/isphotomanager/ - a nifty image scaling and cropping tool.
Unfortunately, it doesn't behave well on the PC in IE8 or Safari 4, but it works fine Firefox 3.5.x on the PC. It also works fine Firefox 3.5.5 on my iMac, but again not in Safari 4.0 I have it installed here: http://www.danaadams.org/isphotomanager/photomanager.php so you can see it running. The problem exhibited is that the initial image is shrunk to a 20x20px postage stamp instead of the expected 415x233px image the pre-loader/ callback function creates (found at the bottom of jquery.photomanager.js and called from the middle of the constructor) 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. Safari doesn't error out, but it shows the same postage stamp sized image - which I can't seem to make any bigger (but can make smaller). I'm at a loss... AtDhVaNnCkEs -- 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=.