IE9 shows a bit weird behavior. While it does apply the tags it sucks at maintaining the styles and then cuts the image dimensions in a completely wrong way.
This might be because we’re not using currentStyle (which is non-standard and has very ugly issues) for getting and setting the styles.
IE9 shows a bit weird behavior. While it does apply the tags it sucks at maintaining the styles and then cuts the image dimensions in a completely wrong way.
This might be because we’re not using
currentStyle
(which is non-standard and has very ugly issues) for getting and setting the styles.