Hi
Really nice hack, thank you.

I have some little problems.
My option for your hack:
'Enable/disable a message above each image that has been resized' is Off (value = 0)
If this option turned off, firefox displays an error message. Please see the image attached with this post (2nd line).
Code:
.resizeimage { max-width: $vboptions[ces_dynamicpic_width]px; }
* html .resizeimage, .resizednote { width: expression((this.width > intval($vboptions[ces_dynamicpic_width] - 1))) ? '$vboptions[ces_dynamicpic_width]px' : 'auto'); }
IE, Firefox and Opera have problems with this peace of code. Please see the image attached with this post (1st line).
IE 7 does not display the background-color for $dynamicpic['note_true'] if this option 'Enable/disable a message above each image that has been resized' enabled.
My wish:
Allow to resize if 'Enable/disable a message above each image that has been resized' disabled.
Kind Regards,
Stoebi