I have a WYSIWYG application that loads several images that show text, with fonts, color, size, etc. (using PHP)
I have a bit of javascript that, when an option is changed in the application (size, for example), all of the images are replaced with a new src value, with new variables, (size has changed).
Opera loads all of the images fine, but most of the images it does not resize to the correct size, until you drag the image (scriptaculous drag 'n' drop). This leaves the editor no longer WYSIWYG, if you get what I mean.
I need to force it to re-size the images to the correct size.
Any pointers or suggestions would be appreciated.
(Final product of the WYSIWYG editor, if you're interested, http://xfiresigs.com/Madwormer2.png)